Changes between Initial Version and Version 1 of Ticket #17236, comment 1
- Timestamp:
- Nov 15, 2011, 4:48:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17236, comment 1
initial v1 1 The docs need to point out that session data is retained when going from anonymous session to a logged in session retains data set during the anonymous session, but that sessions are cleared entirely when logging out.1 The docs need to point out that while going from an anonymous session to a logged in session, data set during the anonymous session is retained. 2 2 3 3 The first bullet point in the email is incorrect - the flush code does delete the session, causing a new session id to be created.