oltenius
09-27-2006, 05:28 AM
When I want to log out, an error message appears! Do you set php setcookie variable? This variable declare the expiration date of cookies and sometimes may produce errors...
Regards,
Dan
Regards,
Dan
| View Full Version : Log Out problem oltenius 09-27-2006, 05:28 AM When I want to log out, an error message appears! Do you set php setcookie variable? This variable declare the expiration date of cookies and sometimes may produce errors... Regards, Dan Doug Nelson 09-27-2006, 05:46 AM It actually is logging you out twice. One of the necessities of cobbling together a website from different apps. There's really no reason to logout anyway, unless you're using a public computer. oltenius 09-27-2006, 07:52 AM It actually is logging you out twice. One of the necessities of cobbling together a website from different apps. There's really no reason to logout anyway, unless you're using a public computer. I understood, thanks for your comment! Dan |