[Phplib-users] persisten sessions
Brought to you by:
nhruby,
richardarcher
From: Andres B. <and...@li...> - 2001-10-02 15:28:36
|
Hi, I would like to have persistent sessions. Let's say, I would like that someone that comes to my site and comes back in less than 10 days, can have same variables registered than last time he accessed the site (some way like amazon). If he doesn't clear his cookies, of course. I have my session class in session.inc with var $lifetime = 14400; but every time I connect to the site I get a new session, instead of resuming old one. Other session features work well in te site. I'm using authentication, db classes and session variables with success. Something pointing me to right direction could be enought. Thanks in advance, Andres |