|
cookie expiration time 9 Months, 2 Weeks ago
|
|
|
Cookie expiration time is always set to 1 hr because there is a bug in mod_moopopup.php
There is a line
setcookie("tp_show_loaded", "loaded", time()+3600);
which should be:
setcookie("tp_show_loaded", "loaded", time()+$cooTime);
|
|
cookie expire bug- mod_moopopup.php (Visitor)
|
Logged
|
|
|
|
|
Re:cookie expiration time 7 Months, 1 Week ago
|
|
|
Thanks for the tip!
|
|
Ross (Visitor)
|
Logged
|
|
|
|
|
Re:cookie expiration time 4 Months ago
|
|
|
It still doesn't help
|
|
user (Visitor)
|
Logged
|
|
|
|
|
Re:cookie expiration time 3 Months, 2 Weeks ago
|
|
|
I have gone in to make this mod. But I'm still unclear is to if the time you set in the admin panel is in hrs, min or days. Can't really test until I know that.
|
|
ddennis (Visitor)
|
Logged
|
|
|
|
|
Re:cookie expiration time 1 Month ago
|
|
|
Since it uses PHP setcookie function, it is in seconds.
|
|
Francesco (zanardi) (Visitor)
|
Logged
|
|
|
|
|