XF 1.4 User becomes not authorized

rekon

New member
Hello everyone.

My problem:

User becomes not authorized within a few hours after login. (Google Chrome, Firefox)

If you use Internet Explorer, this is no problem.

I use a dedicated server with ISPManager.

xenForo 1.4.5. , clean, without addons.

How to solve this problem?

p.s. sorry for my english

link http://esportsclub.ru/index.php
 
Last edited:
To follow up, as we can't support template editing and customisations of that nature in tickets, I will post the solution here.

Edit the login_bar_form template.

Add the code in orange:
Rich (BB code):
<label for="ctrl_remember" class="rememberPassword"><input type="checkbox" name="remember" value="1" id="ctrl_remember" tabindex="103" checked="checked" /> {xen:phrase stay_logged_in}</label>
 
Top Bottom