XF 1.5 Users keep get logged out.

Spleen

Active member
Some users are reporting that they are being logged out spontaneously. One keeps getting logged out on his iPhone but remains logged in on a desktop, another reports being logged out every time he changes a page on his desktop and another one m,much the same sort of thing. Is there somewhere within XF that has a timeout or somesuch? Thanks.
 
You have conflicting rules for https - remove the two lines near the bottom.
Code:
RewriteCond %{HTTPS} on
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301]

You also need to add the rule for the www issue.
 
Ok, I've done the https thing. I don't really understand what I'm supposed to do with the www issue though, am I forcing to www? (I'm not even sure what that means).
 
Top Bottom