Cookie Problems
"Steven Kibler" <[email protected]> Sun, 20 Jul 2003 23:20:18 -0600
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <000001c34f47$c6eeffd0$0b6fa8c0@Euclid> |
I set a cookie with a timeout of 100000 seconds. The cookie stays alive for the duration of the session and will not persist to another session. The line to the browser is: Set-Cookie: FTWEBCALPHONE=cookievalue; Max-Age=100000 Version=1 Does anybody have a clue why this is not persisting? Is there a max age for a cookie? Thanks. Steven Kibler