Commit ea2691db authored by Rafael Monnerat's avatar Rafael Monnerat Committed by Xiaowu Zhang

Reset also the session_id when reset

parent 6cfcee6c
......@@ -59,6 +59,7 @@ request = context.REQUEST\n
if session_id is None: \n
session_id = request.get(\'session_id\', None)\n
\n
request.RESPONSE.expireCookie(\'session_id\')\n
return context.portal_sessions.manage_delObjects(session_id)\n
</string> </value>
</item>
......
318
\ No newline at end of file
319
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment