Hi,
I'm using PHP sessions with a MySql backed mebership management system.
The member is able to update and add articles. However, users have reported that if they spend a long time in the member center, when they click the button to add their article to the database they are redirected to the login page and they've lost everything they've typed!
I'm thinking this is because my host has set the php.ini file to expire session vars every 15mins (something to do with garbage collection routines, I'm told). Can I extend the life of a session using php withouth changing the php.ini file?
Thanks in advance for any help!
Gavin