View Single Post
  #4  
Old 05-18-2003, 10:50 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

If you change inlcude/check_useraccount.php: from

Code:
session_register("login"); session_register("login_type");

to

Code:
session_set_cookie_params(15552000); session_register("login"); session_register("login_type");

That will save their session for 6 months - but I would warn against it for all the same reasons as highlighted.
__________________
ex x-cart guru
Reply With Quote