in reply to Re^3: Cookie->fetch problem
in thread Cookie->fetch problem
another thing is that you may want to check your mysql sessions table to find any session-rows that have _SESSION_ETIME > 604800 that would have been set as the result of that Now()+7*24*60*60 call. You may want to plain delete them and force those users to login again or reset them to 604800 ( 7 days)
|
|---|