I'm running a standard Vanilla install, board.godswitch.com, and something I'm running into is that if I wait too long to do anything, I get logged out. This kinda sucks as I tend to use post boxes as notepads and don't submit until I'm done. And I tend to get distracted by work. When I come back, it errors it can't find the discussion (cause the catagory is restricted) and I'm no longer logged in.
I have the same 'problem' Burke Prefect talks about. I think this can confuse users as other forums, webmails, etc don't require to select 'Remember me' to keep logged.
Appart from that, many users can't use that option because they are on shared machines at work, cybercafe, school... This is just my opinion but if you say it's a server thing I'll try to deal with it. Any comments on this issue are appreciated. Thank you all.
what do i need to do to extend the session length? edit "session.gc_maxlifetime " in php.ini? (seems to have no effect) i want the users name to apear a longer lapse of time in the "who's online " panel.
I've had quite a few users lose their lengthy responses because of this. They don't know that they have to tick the remember me box in order to stay logged in for longer than a few minutes. Is there a way to default "remember me" to yes?
If the previous post by Keith contains the answer could someone tell me how/where to do this.
It's somewhere else--edit your themes\people_signin_form_nopostback.php file, find the GetDynamicCheckBox line and change about in the middle of that line, the zero to a one, like this:ForceIncomingBool('RememberMe', 1)
WallPhone's trick worked but still, how long is the session length? I was still logged out after a certain amount of time. Is it possible to have the user signed in forever, until he/she signs out himself?