Hey all.

Our hosting company sets session vars to expire every 15 minutes.

I've setup an Admin Center for users to enter various types of information,
some of which, for example entering a basketball team roster, can take
slower users upwards of 25 minutes or more.

The result?  Admin user spends 25 minutes entering data; clicks the submit
button; then is redirected to the login page because their session
expired! -- all form data is lost -- not good....

Is there a way to extend the php session timeout for particular pages?
Alternatively, is there a way, other than using cookies, to store user data
from page-to-page?

Thanks for any leads,

--Noah



--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to