Page 1 of 1
session time issue
Posted: Fri Dec 08, 2006 12:41 am
by itsmani1
If i am on a shared hosting and i want to change my session time out how can I do this ?
thanks
Posted: Fri Dec 08, 2006 1:09 am
by volka
Ask your hoster wether they let customers change php settings e.g. via .htaccess.
--
Take a look at
http://de2.php.net/session
If the parameters you want to change are marked as PHP_INI_ALL you can use ini_set() to change the values for the duration of this php instance, i.e. you have to set these values before each session_start()
Posted: Fri Dec 08, 2006 1:45 am
by itsmani1
ok, will look at it