Changes between Version 12 and Version 13 of DjangoSpecifications/Contrib/Sessions


Ignore:
Timestamp:
Jun 22, 2008, 10:04:05 AM (16 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Contrib/Sessions

    v12 v13  
    1616 * no session key collisions on creation (#1180)
    1717 * there is a method for clearing session data (#7515)
    18  * session data is not shared between different users (#6941), session is cleared on logout; if a different user was logged during login, his data will be cleared on login as well (but not anonymous session data) -- depends on previous
     18 * session data is not shared between different users (#6941), session is cleared on logout; if user A was logged in when user B logins, session will be cleared on login as well (but not anonymous session data) -- depends on previous
    1919 * supports controlling session lifetime (comment:ticket:2548:9 describes the use case)
Back to Top