The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Change the date a cookie expires?
How do I change the date a cookie is set to expire, to say April 15th??
PHP Code:
|
#2
|
||||
|
||||
time()+60*60*24*30 will cause it to expire in 30 days. You can alter that to what you wish. The key is not to hard code the time unless you want a specific date for it to expire.
If you wanted a specific date then use the mktime function. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|