I'm evolving a long running application to make use of the Phalcon framework. This app has some very complex session management requirements that I would like to wrap up in a single object and make the methods available through the framework.
I know I'll figure this out, but would appreciate hearing a sentence or two from others on how they would go about this seemingly straightforward task. Thanks.