Contributions

Features (Category Index)
Search: 

Autologon

During testing of my "shop-to-be", I got tired of signing on each time. Furthermore the enthousiastic greeting from the standard OSC-software, calling me by name, but not really knowing who I was, became rapidly annoying. And when it annoys me, it probbably also annoys my customers! And annoyed customers is *not* what I want...

This contribution provides a way to deal with this. Basically, next to the email-address (which is already stored in a cookie by standard OSC-software), it also stores the password (security: see readme.txt). When the customer returns, this information is used to execute an automatic signin.

Expand All / Collapse All

Small change to enable logoff. 30 Aug 2010

I just installed the latest release of the autologon contribution in my site. All worked well, except that the logoff page didn't really log me off. Here is a tiny change to make to logoff.php so that the logoff will actually work.

Add this right above // HMCS: End Autologon *****

setcookie("email_address", "", time() - 3600, $cookie_path); // Delete email_address cookie

setcookie("password", "", time() - 3600, $cookie_path); // Delete password cookie

NOTE:
I don't see anywhere to post comments, so I am posting this comment here. The form is forcing me to upload a zip file, so I am uploading an empty one. :-/

Autologon V 2.0 24 Dec 2009
Bug in login.php 10 Jul 2009
Bug in logoff.php 7 Nov 2008
only german language file 27 Feb 2008
Winzip Version 24 Oct 2007
FULL PACKAGE 5 Jun 2007
SEO quick fix 27 Jan 2007
SEO Index fix 17 Jan 2007
Indexing problem 11 Jan 2007
Auto login 1.08a (Brasilian Portuguese 25 Dec 2006
I meant 1.08 also... 30 Dec 2005
Auto login 1.8 FIX 30 Dec 2005
Auto Login 1.08 Damiel Harrison 30 Nov 2004
Auto Login 1.07 Mario Hebert 4 Apr 2004
Better German Andreas Niedermann 19 Feb 2004
Autologon 1.06 Victor Montes 18 Feb 2004
info_autologon.php german language Martin Karer 21 Jan 2004
Changes made because it didn't work Bas van den Berg 7 Dec 2003
Autologon 1.05 for MS2 Rob Bell 7 Nov 2003
Autologon 1.04 for MS2 Piotr Kamiński 13 Aug 2003
AutoLogon 1.03 Marcel van Lieshout 18 Jan 2003
AutoLogon 1.02 Marcel van Lieshout 30 Nov 2002
AutoLogon 1.01 Marcel van Lieshout 26 Nov 2002
AutoLogon 1.00 Marcel van Lieshout 12 Nov 2002
AutoLogon 0.93 BETA Marcel van Lieshout 30 Sep 2002
AutoLogon 0.92 BETA Marcel van Lieshout 21 Sep 2002
Autologon 0.91 BETA Marcel van Lieshout 13 Sep 2002
Autologon 0.90 BETA Marcel van Lieshout 13 Sep 2002

Note: Contributions are used at own risk.