colinmollenhour / Cm_RedisSession

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

Add support for "read-only" sessions #144

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().

nemphys commented 6 years ago

Closing this one due to merge conflicts, will post a new one.