Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Constantly getting logged off -- seatel connection
Dear Sirs,
I am having a hard time setting up vanilla since I get constantly logged out every 2-10 minutes, likely due to me being on a ship some 200 kilometers north of Norway. I use a Seatel 128 k link which is a rather expensive internet connection with a satelite dish that moves to compensate for waves. The forum is for a lot of people that will also have this exact setup and so I have a need for a fix for this situation to be able to use vanilla. I have not noticed the problem with most other forums, although certain tools from my isp
has the same problems. Gmail as an example never seem to log me off.
I know or guess rather that there could be a solution with a proxy, but the crowd I have in mind for the forum aint at all very technical and so it would be a far less than perfect solution if it couldn't be "baked in" and be transparent to the users.
I use surftown.nu btw as my ISP, they have updated Ibm linux servers. If there is a question about some of their settings, I'll ask them for them.
Thanks in advance for any pointers on this, I am really eager to have this work.
0
This discussion has been closed.
Comments
If "remember me" is set up properly and you are using it, then you should never get signed out - even if your sessions aren't set up properly. For cookie settings, look at conf/settings.php and edit these settings:
$Configuration['COOKIE_DOMAIN'] = 'http://yourdomain.com'; $Configuration['COOKIE_PATH'] = '/yourvanilla/';