Session Crumbler (0.2)
by
Ihor Berehulyak
—
last modified
2008-06-10
Released on 2006-03-13 by Simon Eisenmann for Plone 2.0 under Unavailable License available for All platforms.
Software development stage: beta
- Session Crumbler download link: http://plone.org/products/sessioncrumbler/releases
- Homepage of Session Crumbler: http://plone.org/products/sessioncrumbler
- Session Crumbler repository: https://svn.plone.org/svn/collective/SessionCrumbler
- Description source: http://longsleep.org/1/projects/sessioncrumbler
SessionCrumbler provides a session based login for user folders which do not support this.
SessionCrumbler provides a session based login for userfolders which does not support this. The SessionCrumbler implementation relies on the CookieCrumbler from CMFCore and therefore requires CMFCore product. It is meant to be used in a CMF/Plone or icoya site to provide logins which can time out when the user hasnt done any action within a period of time.
Compared to CookieCrumbler the SessionCrumbler doesnt use a cookie to store the authentication information, but stores the __ac authentication inside the current users Zope session (REQUEST.SESSION).