Hey, me again, this time I'm wondering what x10's default PHP Session timeout is, and if there's any way to change it. I don't have access to php.ini, and seeing as I'm on free hosting, I don't think I'm going to have the flexibility I require, for now.
The reason I ask the question is: After leaving my game idle for a while, I get an SQL error when my status bar updates itself. It happens because the Session has timed out, and, well, there's no session_id to forward to the database query.
As always, replies appreciated.
The reason I ask the question is: After leaving my game idle for a while, I get an SQL error when my status bar updates itself. It happens because the Session has timed out, and, well, there's no session_id to forward to the database query.
As always, replies appreciated.