https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29915
--- Comment #120 from Marcel de Rooy <[email protected]> --- Created attachment 132101 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132101&action=edit Bug 29915: Prevent bad cookie from corrupted session If there is deleted session info but no session->id, a wrong cookie with empty name could be generated containing expired session id. Test plan: Login. Check cookies in browser. Logout. Check cookies in browser. Without this patch, you should see an invalid cookie. Signed-off-by: Marcel de Rooy <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
