Posts: 2,894
Threads: 59
Joined: Jun 2010
At the moment the admin cookie lasts for 30 days. Is everyone happy with this? It could be extended longer. I've been trying to find out what the maximum cookie time length is but I'm not sure. I know it will be browser-dependant.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
Personally, I believe that the admin cookie should be stored as a session cookie. I don't think that there are time limits. You can make it expire in several decades if you want, but the cookies will most likely be deleted by that time. You might want to look into persistent storage, but that's for html5.
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
hmm I thought maybe the browser might reject the cookie if the time length is too long. I think a year is better.
Have
you completed
the interview?