session cookie path (bug #1370294)
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
||||
missing '/' in img path (bug #1370437)
|
||||
* libraries/Config.class.php:
|
||||
no error for missing config file (bug #1370269)
|
||||
* libraries/session.inc.php: session cookie path (bug #1370294)
|
||||
|
||||
2005-11-30 Michal Čihař <michal@cihar.com>
|
||||
* lang/*: Messages for Sebastian.
|
||||
|
@@ -35,6 +35,10 @@ if (!@function_exists('session_name')) {
|
||||
exit();
|
||||
}
|
||||
|
||||
// session cookie settings
|
||||
session_set_cookie_params( 0, $GLOBALS['cookie_path'],
|
||||
'', $GLOBALS['is_https'] );
|
||||
|
||||
// disable starting of sessions before all settings are done
|
||||
ini_set( 'session.auto_start', false );
|
||||
|
||||
|
Reference in New Issue
Block a user