![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archivecookies shorter than a session?
From: 2obvious <EverettLindsay@gmail.com>
Date: Thu Aug 04 2005 - 21:08:55 CEST
I'm trying to set a cookie to expire 10 seconds after it is created.
var objDate = new Date();
I then set the cookie to expire in 1000 seconds, to test that it could
I am doing something incorrectly?
|