mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
reverted lars/dave's change as it does not work !!!
PHPSESSIONID is wrongly encoded in the url
This commit is contained in:
parent
9a14ef1a63
commit
842adc7ae0
@ -29,8 +29,6 @@
|
||||
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