[Resolved] Can't stay logged into Wordpress with Cache Plugin

Status
Not open for further replies.

cool_recep

Well-Known Member
#1
I have a custom login page. I don't know if this is reatled to the problem but when I want to login with Chrome auto filling the login and password areas, Wordpress gives error: Password field can't be empty. Anyway, I type the password and login. Everything works fine. But when I click to see the web page in action, I am logged out and have to login again.

SHould I disable login page caching ? Or is the problem related to plugin WPS Hide Login ?
 

KevinFwu

Administrator
Staff member
#2
Recep,

Do you have a second cms installed using our plugin? It sounds like you have a conflicting cookie issue. (e.g. logged into one site then visit the other, caching the second cms with the login cookie)

Kevin
 

cool_recep

Well-Known Member
#3
I have:
Code:
    Wordpress @ https://www.technopat.net/ - Litespeed Cache
    Wordpress @ https://www.technopat.net/vt/
    Wordpress @ https://www.technopat.net/db/
    Xenforo @ https://www.technopat.net/sosyal/ - Litespeed Cache
 
Last edited by a moderator:

KevinFwu

Administrator
Staff member
#4
Could you check the htaccess files of wordpress and xenforo? At least one should have something that looks like:
Code:
RewriteRule .? - [E=Cache-Vary:testcookie]
 
Last edited by a moderator:

cool_recep

Well-Known Member
#5
XF has:

Code:
### LSCACHE START LOGIN COOKIE ###
RewriteRule .* - [E="cache-vary:xf_style_id,xf_language_id,_my_xenforo_vary"]
### LSCACHE END LOGIN COOKIE ###
 
Status
Not open for further replies.
Top