Login timeout causing errors when typing long posts
Something tells me this might be a common problem, but I have not been able to find a solution thus far.
One of my users posted this error:
Notice: Undefined index: CssClass in /home/XXX/public_html/XXX/themes/people_banner.php on line 5
He noted how it came about:
i typed out quite a big post, waited too long, clicked the post button and got logged out. The error message above is what i got when i tried to send while not logged in.
Can anyone help me either (1) resolve the issue, or (2) change the login duration to last >24 hours?
Thank you in advance!
One of my users posted this error:
Notice: Undefined index: CssClass in /home/XXX/public_html/XXX/themes/people_banner.php on line 5
He noted how it came about:
i typed out quite a big post, waited too long, clicked the post button and got logged out. The error message above is what i got when i tried to send while not logged in.
Can anyone help me either (1) resolve the issue, or (2) change the login duration to last >24 hours?
Thank you in advance!
0
This discussion has been closed.
Comments
I feel like it's Vanilla that's signing people out, not a time out. It redirects the page to: localhost/vanilla people.php?PageAction=SignOutNow&ReturnUrl=localhost
Is there a way to manually extend the cookie or allow a permanent login?
... Also, not sure if anyone saw this, but this extension has been very useful and came from one of our members.
Here's the settings in conf/settings.php:
$Configuration['COOKIE_DOMAIN'] = 'gtdorgtfo.com'; $Configuration['COOKIE_PATH'] = '/';
http://gtdorgtfo.com/people.php?PageAction=SignOutNow&ReturnUrl=http://gtdorgtfo.com/
P.S. Thanks Minisweeper