What is the last Unix time in decimal? I'm going to set it as the expiration date of cookies (using PHP). Is it possible to cause problem?
|
feedback
|
|
Sunday, December 4, 292,277,026,596 AD (on 64-bit systems) | |||
feedback
|
|
For a 32-bit The maximum value is 231-1 or 2,147,483,647. | ||||
|
feedback
|
setcookie()does, stupidly imposing a totally unnecessary limitation. On the other hand, this shouldn't really be that often needed :) – Pekka Jul 6 '10 at 11:06