reverted lars/dave's change as it does not work !!!

PHPSESSIONID is wrongly encoded in the url
This commit is contained in:
Ralf Becker 2003-10-14 12:50:51 +00:00
parent 9a14ef1a63
commit 842adc7ae0

View File

@ -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'));