View Full Version : automatic login
tony123
24-Jun-2003, 06:42 PM
Is there any way that customers can automatically login next time they visit, to save them typing the username and password information again?
Perhaps the use of persistent cookies?
Is there any way that customers can automatically login next time they visit, to save them typing the username and password information again?
Not at the moment. It would need an option for the user to select as it wouldn't be a good idea on shared machines. I'll add it to the wishlist.
Ben
zmagyar
26-Jun-2003, 01:02 PM
Hmmm... Well... You can do this globally by editing ACTINIC.pm. Just find the lineprint "Set-Cookie: ACTINIC_BUSINESS=" . $sBusinessCookie .
"; PATH=/;\r\n";in sub PrintHeader and change it toprint "Set-Cookie: ACTINIC_BUSINESS=" . $sBusinessCookie .
"; EXPIRES=" . $sExpiry . "; PATH=/;\r\n";As Ben has already said this is a non secure solution and should be avoided. Also the general rule about script customisation does stand (Actinic doesn't support customised scripts).
Regards,
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.