Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: open sessions management

by jdtoronto (Prior)
on Sep 20, 2006 at 20:20 UTC ( [id://573990]=note: print w/replies, xml ) Need Help??


in reply to Re^2: open sessions management
in thread open sessions management

Part of the problem leoncharre is that everybody uses CGI::Session differently. As perrin said, you can just use Storable and look at the file, but then you need to know what you are looking for! And you need to know what you put in there. Storable is fast and full of goodness, but it doesn't work for every situation.

We have one instance where we use a single session database shared between three Web-apps. So for that we need to use the database - typically MySQL. The real fun part is that we can, of course, have the different apps on different machines that way. But I think the reason you haven't seen any modular code is because in reality very few people need to peer into the session data for any reason. If you do it is likely that your requirements will be more than minimal and you would need to craft it yourself anyway.

jdtoronto

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://573990]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-03-28 19:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found