Forum Moderators: open

Message Too Old, No Replies

What is this cookie time?

         

stcrim

12:10 am on Mar 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sorry for Stupid questions but:

Can someone tell me the amount of time a cookie will last with this setting

var expiration = 500;
var cookie = "LastUnLoad=ON";
var currDate = new Date();

Thank you

-s-

Birdman

12:36 am on Mar 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Cookies are counted in seconds, so that means eight minutes, twenty seconds. That is, unless the variable is multiplied again later in the script.

stcrim

12:54 am on Mar 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thank you!

-s-