Yeah... you know tonight I will work on adding in cookie settings for specific access levels (guest/new user, junior member, member, moderator) and admin will default to 2 years. Maybe it's a little overkill, but it's not that hard to do and why the heck not? It's kinda wild.
I'm struggling with determining how long until a cookie has until it expires (i.e. "you have 30 minutes left") - by comparing present time to expire time. I'm trying to do this without setting another cookie.
-jim