Right now it works with file and db session storage — memcache, redis, etc. would need their own Loader
model implementation. The loader models are responsible for yoinking sessions out of storage by session ID. The rest of the tedious and particular session handling logic is handled by the extension code.
Cross Area Session Access
astormFrustrated by Magento? Then you’ll love Commerce Bug, the must have debugging extension for anyone using Magento. Whether you’re just starting out or you’re a seasoned pro, Commerce Bug will save you and your team hours everyday. Grab a copy and start working with Magento instead of against it.
Updated for Magento 2! No Frills Magento Layout is the only Magento front end book you'll ever need. Get your copy today!
Programming Quickies
Quick dispatches from the life of a working programmer.
Speaking of sessions, I whipped up a quick proof of concept for accessing admin sessions from the frontend of Magento — useful if you want to restrict frontend access using backend session ACL rules.