forked from extern/egroupware
needed for check_load_extension (session-handler gets included before regular include via the header.inc.php)
This commit is contained in:
parent
660ab41661
commit
561f5e5aac
@ -25,6 +25,9 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// needed for check_load_extension (session-handler gets included before regular include via the header.inc.php)
|
||||||
|
require_once(EGW_API_INC.'/common_functions.inc.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* File based php sessions or all other build in handlers configures via session_module_name() or php.ini: session.save_handler
|
* File based php sessions or all other build in handlers configures via session_module_name() or php.ini: session.save_handler
|
||||||
*
|
*
|
||||||
@ -282,4 +285,4 @@ function init_session_handler()
|
|||||||
array($ses,'gc'));
|
array($ses,'gc'));
|
||||||
if (!$ret) error_log(__METHOD__.'() session_set_save_handler(...)='.(int)$ret.', session_module_name()='.session_module_name().' *******************************');
|
if (!$ret) error_log(__METHOD__.'() session_set_save_handler(...)='.(int)$ret.', session_module_name()='.session_module_name().' *******************************');
|
||||||
}
|
}
|
||||||
init_session_handler();
|
init_session_handler();
|
||||||
|
Loading…
Reference in New Issue
Block a user