Revision 5dd469a5
Von Sven Schöling vor etwa 14 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
# cleanup
|
||
$::locale = undef;
|
||
$::form = undef;
|
||
$::auth = undef;
|
||
$::myconfig = ();
|
||
Form::disconnect_standard_dbh;
|
||
$::auth->expire_session_keys->save_session;
|
||
$::auth->dbdisconnect;
|
||
$::auth = undef;
|
||
|
||
$::lxdebug->end_request;
|
||
$::lxdebug->leave_sub;
|
Auch abrufbar als: Unified diff
$::auth erst nach dem session expire zerstören.