mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Remove cookies when user is logged out
SVN revision: 2444
This commit is contained in:
parent
70a230a75e
commit
9e5b61498c
@ -19562,10 +19562,12 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*---- if user present but not allowed, remove it (required when several logbooks are
|
/*---- if user present but not allowed, log it out (required when several logbooks are
|
||||||
used with different access rights and global passwords ----*/
|
used with different access rights and global passwords ----*/
|
||||||
if (isparam("unm") && !check_login_user(lbs, getparam("unm"))) {
|
if (isparam("unm") && !check_login_user(lbs, getparam("unm"))) {
|
||||||
unsetparam("unm");
|
unsetparam("unm");
|
||||||
|
sid_remove(getparam("sid"));
|
||||||
|
set_sid_cookie(lbs, "", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*---- apply last login cut ----*/
|
/*---- apply last login cut ----*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user