Valhalla Legends Archive

General => General Discussion => Topic started by: iago on December 01, 2003, 03:40 AM

Title: Cookies (session vs. other kind)
Post by: iago on December 01, 2003, 03:40 AM
Is there some way (a program, for preference, or just by editing the file) to make a session cookie permenant?

Logging into my school's site is annoying, but, since a lot of people go there from public computers, they don't let you stay logged in, so it would be nice if I could make the cookie last longer.

Thanks!
-iago
Title: Re:Cookies (session vs. other kind)
Post by: Skywing on December 01, 2003, 06:49 AM
Quote from: iago on December 01, 2003, 03:40 AM
Is there some way (a program, for preference, or just by editing the file) to make a session cookie permenant?

Logging into my school's site is annoying, but, since a lot of people go there from public computers, they don't let you stay logged in, so it would be nice if I could make the cookie last longer.

Thanks!
-iago
The session id stored in the cookie is probably set to expire serverside anyway, in which case trying to confuse your browser into keeping a cookie longer than it should will not help anything.