The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
on my 4.2.0 vbulletin i have long time issue with login system. I login (no matter which browser) and it shows message thank you for login (redirection) and then is back on forum, but shows like non loged in. THen i refresh page and im loged in. Or i logout, go to main page and i see myself still logged in.. Disable Plugin/Hook system from admin dont fix the issue. I tried this in Chromium and Firefox please any idea how to debug cause? |
#2
|
||||
|
||||
![]()
Have you tried on a unmodified default style?
Have you tried with all mods disabled, via the config file? What vB version and PHP version are you running? Have you tried with a empty .htaccess file? |
#3
|
|||
|
|||
![]()
Thx, this must be the cause..
I have several caching rules in .htaccess And issue is within these 2: # 30 DAYS <filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$"> Header set Cache-Control "max-age=2592000, public" </FilesMatch> # 2 HOURS <filesMatch ".(php)$"> Header set Cache-Control "max-age=7200, must-revalidate" </FilesMatch> Pls anyone have idea what is wrong in them? |
#4
|
||||
|
||||
![]()
Did you remove them and the issue goes away? Note, you may need to clear your browser cache and cookies after making the changes.
|
#5
|
|||
|
|||
![]()
Yes, it works without these two...
i did around 30 logins ![]() and found these can be cached in vbulletin: jpg|jpeg|png|gif|css|js but if i cache php, html, i think its a problem in vbulletin, because the login form, the New topic, New reply buttons are cached not to be there, appears after page reload... Not sure if developers can fix it anyhow, or there is any workaround to cache html etc and still have this working. PS, these are OK to use: Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|