This question may be related to two resolved threads: http://www.68classifieds.com/forums/technical-support/9437-guest-views-5.html http://www.68classifieds.com/forums/technical-support/9137-remember-my-id-not-working-again.html What version of 68 Classifieds are you running? Example: V4.2.1 Developer What template are you using? Neo Please describe in detail the issue you are having: When users log in and check the "Remember My ID" option, they have to log in again at their next visit. If they keep their browser open, no problem. The classLogin Cookie is written but not recognized by Login.php function _checkRemembered It returns here the message 'Incomplete cookie' PHP: if (!$username or !$hash or !$cookie) { $this->msg = 'Incomplete cookie'; return false; } Magic Quotes are turned OFF - this was the solution the last time. The cookie is: PHP: [classLogin] => a:3:{i:0;s:5:"admin\";i:1;s:32:\"28259756399c1cd9df2b4e3e1f778fd2\";i:2;s:32:\"21232f297a57a5a743894a0e4a801fc3\";} Interesting detail: This problem exists only in the front end - admin login runs flawless. Any ideas? Andreas
Solved! Hi, after some correspondence the 68C guys found the bug and sent me a hot fix. Will be included in the next 68c version. Thanks a lot to Blair and his team! Andreas