When I check the "remember me" button at logon, I still find that I'm logged out after a period of inactivity. The same happens if I log in using Twitter or Facebook. I am running the 0.9.0 release version of StatusNet. Any thoughts?
@aric I will give those options a go. I do not have memcached enabled (yet) and will check on the php.ini settings with my host (I'm in a virtual host setup).
@nus_intel are you saying it never remembers you? can you share some details of your hosting environment? have a look at your php.ini and see what it has to say about sessions.
@nus_intel can you give me some details of your hosting environment?
operating system, which software, and perhaps add this to your config.php $config['sessions']['debug'] = true; and then have a look at the logs, while you get remembered by safari, and while the remembering fails in firefox.
@aric I have added $config['sessions']['debug'] = true; part in config.php. The log show following message after I login select remember me: adding rememberme cookie "3:861aa0afe2f8a53cd6ff8461580b9ca0" for xxxx But I can not find this cookie in firefox cookie list.
when I use safari, the log show: logging in xxx using rememberme code c8f2c687553da3e66045bc862b596612
My server is windows server 2003 with Apache 2.0, php 5.2.9 maybe some wrong configure in php.ini. any tips?
Comments
$config['sessions']['debug'] = true;
can't hurt to try this:
$config['sessions']['handle'] = true;
whats in your php.ini as far as sessions?
you have memcached enabled?
After I closed all IE explore, then reopen IE, Still need to login. just remeber session.
what I need to set in php.ini part? give me some tips.
In Safari, no problem. In IE and firefox can not remember.
I checked cookies, IE and Firefox only "statusNetInstance" cookie, but Safari aslo has "rememberme" cookie.
Thanks
operating system, which software, and perhaps add this to your config.php $config['sessions']['debug'] = true;
and then have a look at the logs, while you get remembered by safari, and while the remembering fails in firefox.
The log show following message after I login select remember me:
adding rememberme cookie "3:861aa0afe2f8a53cd6ff8461580b9ca0" for xxxx
But I can not find this cookie in firefox cookie list.
when I use safari, the log show:
logging in xxx using rememberme code c8f2c687553da3e66045bc862b596612
My server is windows server 2003 with Apache 2.0, php 5.2.9
maybe some wrong configure in php.ini. any tips?
Thanks