I’m having problems with time on my hosting account.
While I’m checking the session time from a database table, then comparing it to time(), the time is an hour off.
First I save the time to the database with SET `session_time` = FROM_UNIXTIME(".time()."). (I also tried SET `session_time` =...