You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Les Hazlewood (JIRA)" <ji...@apache.org> on 2009/05/04 22:53:30 UTC

[jira] Created: (KI-78) EhCache - a SessionManager#globalSessionTimeout should translate to the backing cache's timeToIdle

EhCache - a SessionManager#globalSessionTimeout should translate to the backing cache's timeToIdle
--------------------------------------------------------------------------------------------------

                 Key: KI-78
                 URL: https://issues.apache.org/jira/browse/KI-78
             Project: Ki
          Issue Type: Improvement
          Components: Caching
    Affects Versions: 1.0
            Reporter: Les Hazlewood
            Assignee: Les Hazlewood
             Fix For: 1.0


If using an overflowing cache as the SessionManager's backing implementation, a session timeout should automatically translate to the cache region's Time-To-Idle value (there should not be a Time-To-Live setting).

This way, the cache will auto-clean any orphaned sessions automatically - no need to start a cleanup thread automatically.

I don't know what, if any, repercussions this would have to default timer mechanism in AbstractValidatingSessionManager.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.