Web Framework with stateful sessions / persistent object space?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marc Floessel

    Web Framework with stateful sessions / persistent object space?

    Not sure if the subject is fitting, but I couldn't think of anything
    else. I am looking for a web framework in Perl that lets me cache
    global objects that I can access from anywhere within the perl code
    that is being called upon a new request.

    Basically I want to use this to set up central object stores, Database
    connection caches, etc. The framework should also support session
    management.

    Can anybody recommend something like this?
Working...