colinmollenhour / Cm_RedisSession

Redis-based session handler for Magento with optimistic locking
208 stars 121 forks source link

Add support for "read-only" sessions #145

Closed nemphys closed 6 years ago

nemphys commented 6 years ago

Interested controllers just have to call $this->setFlag('', Cm_RedisSession_Model_Session::FLAG_READ_ONLY, 1); during preDispatch().

colinmollenhour commented 6 years ago

Thanks, @nemphys !

tmotyl commented 5 years ago

Fixes: https://github.com/colinmollenhour/Cm_RedisSession/issues/134