Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: what is the best session module to use?

by Unforgiven (Hermit)
on Nov 04, 2009 at 21:55 UTC ( [id://805071]=note: print w/replies, xml ) Need Help??


in reply to Re^2: what is the best session module to use?
in thread what is the best session module to use?

I haven't used a database backend for sessions, so I couldn't honestly say, but I'd certainly try it. Think of the overhead of using a RDBMS, as opposed to a simpler method. I could be wrong, but I think it's at least worth considering. And if you need something accessible by multiple machines, like I mentioned, there's memcached, which is designed for this sort of thing to begin with (and easy to set up, too, based on my brief experimentation with it). On the other hand, if it turns out that I'm wrong or if someone else knows better, feel free to tell me, too.
  • Comment on Re^3: what is the best session module to use?

Replies are listed 'Best First'.
Re^4: what is the best session module to use?
by Anonymous Monk on Nov 05, 2009 at 07:59 UTC
    Yeah, I read that whole page on memcached and it looks really good, however, it seems that if you do a lot of updating the table, which we do a whole lot of because of the websites user activity, it may not be a good fit, also it talks about servers with a HUGE resource like 32+ Gigs, we have maybe like 8 to 10 gigs, I know it says we can limit it to like 3 gigs, so that may not be bad, but I don't know if it would be good or not, YET...

    I am still interested how others use session management for a lot of page views and members logging in and doing a lot of activity, such as purchases, viewing invoices, requesting commisssions, viewing their commission accounts, signing up referals and many many other things.

    Thank you,
    Rich

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 04:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found