forked from extern/egroupware
little fix from dave hall
This commit is contained in:
parent
5fb17b08f6
commit
ec9e4e621e
@ -29,6 +29,8 @@
|
||||
function sessions()
|
||||
{
|
||||
$this->sessions_();
|
||||
//respect the config option for cookies
|
||||
ini_set('session.use_cookies', $GLOBALS['phpgw_info']['server']['usecookies']);
|
||||
//controls the time out for php4 sessions - skwashd 18-May-2003
|
||||
ini_set('session.gc_maxlifetime', $GLOBALS['phpgw_info']['server']['sessions_timeout']);
|
||||
define('PHPGW_PHPSESSID', ini_get('session.name'));
|
||||
|
Loading…
Reference in New Issue
Block a user