The function I'm using sets the cookie expiration in this part of the code:
time += 3600 * 1000;
It expires in an hour. How to set this to expire in 10 years?
|
The function I'm using sets the cookie expiration in this part of the code:
It expires in an hour. How to set this to expire in 10 years? |
|||||||||||||||||
|
|
Well, how many:
Answer:
|
|||
|
|
|
|||
|
|
|
It will be
8766 is the number of hours in year. The precise measurement is: 8 765.81277 hours |
|||||||||
|