Posted by robbiesmith79 on 01/17/07 16:24
Before I extend the users session timeout, with
ini_set("session.gc_maxlifetime",86400*2); // buy the user 48 hours to
make a decision, I wanted to know if this idea is going to affect all
users/session on the server or just the "current user session?" There
isn't a user/pass combo to get in my site. Once the cart is started,
this script is invoked. When this site is released to the client, I
don't want him coming back to me one day to say his site is down
because of an indefinite memory full thing.
Thanks!
[Back to original message]
|