aboyz Posted June 2, 2003 Posted June 2, 2003 How how do you make it so when the user register once and log in it remember his login ID and log himself in. automatically? is there a way to do this.. if so let me know thx
Dave_L Posted June 3, 2003 Posted June 3, 2003 I don't know if there's an existing contribution that does this, but it's possible by saving the login info in a cookie. The cookie would be set in catalog/login.php, and read in catalog/includes/application_top.php. The cookie value could be something like "X;Y", where X is the customer ID and Y is the encrypted password.
mattice Posted June 3, 2003 Posted June 3, 2003 There is: http://www.oscommerce.com/community/contributions,338 Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.