I have got a problem with FrontEndUsers "remember me" - under "use cookies to remember login details" in built-in authentication settings I see:
Code: Select all
Note: This uses the mcrypt functions for encryption purposes, and they could not be detected on your install.
phpinfo() says: '--with-mcrypt'
Server: Apache 2.2.16, PHP 5.2.12, MySQL 5.0.91, mcrypt 2.5.8
CMS: 1.8.2, FEU 1.12 (it was in earlier versions too - from 1.9), CGExtensions 1.19.5
phpinfo available here: http://horda.org.pl/phpinfo.php (with mcrypt test on the beginning)
Both "Use cookies" settings are on. Changing this setting makes _siteprefs / FrontEndUsers_mapi_pref_cookiename EMPTY, when I add there some text the "remember me" box on login form shows up but still did not work. I am logged in for "session timeout" time but the cookie is created. Changing "use cookies" makes it EMPTY again.
What may I do to turn on "remember me"?
May be it is sth with CGExtensions?
And - any other info needed?