Fixed a bug where session info was created unncessarily by the scheduler
This commit is contained in:
parent
12c12f7124
commit
126d36e4ae
3 changed files with 4 additions and 4 deletions
|
|
@ -58,6 +58,7 @@ if (opendir (CONFDIR,$confdir)) {
|
|||
&$cmd();
|
||||
}
|
||||
}
|
||||
WebGUI::Session::end($session{var}{sessionId});
|
||||
WebGUI::Session::close();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue