WebGUI 3.6.1 release
This commit is contained in:
parent
0997fc100c
commit
6c593771e1
7 changed files with 102 additions and 22 deletions
|
|
@ -88,7 +88,9 @@ sub close {
|
|||
#-------------------------------------------------------------------
|
||||
sub end {
|
||||
WebGUI::SQL->write("delete from userSession where sessionId='$_[0]'",$session{dbh});
|
||||
refreshSessionVars();
|
||||
if ($_[0] eq $session{var}{sessionId}) {
|
||||
refreshSessionVars();
|
||||
}
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue