Revision 5dd469a5
Von Sven Schöling vor mehr als 13 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
231 | 231 |
# cleanup |
232 | 232 |
$::locale = undef; |
233 | 233 |
$::form = undef; |
234 |
$::auth = undef; |
|
235 | 234 |
$::myconfig = (); |
236 | 235 |
Form::disconnect_standard_dbh; |
237 | 236 |
$::auth->expire_session_keys->save_session; |
238 | 237 |
$::auth->dbdisconnect; |
238 |
$::auth = undef; |
|
239 | 239 |
|
240 | 240 |
$::lxdebug->end_request; |
241 | 241 |
$::lxdebug->leave_sub; |
Auch abrufbar als: Unified diff
$::auth erst nach dem session expire zerstören.