vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   VB4.2.0 cookies session login issue (https://vborg.vbsupport.ru/showthread.php?t=309046)

postcd 03-01-2014 01:37 PM

VB4.2.0 cookies session login issue
 
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?

ozzy47 03-01-2014 02:23 PM

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?

postcd 03-01-2014 02:25 PM

Quote:

Originally Posted by ozzy47 (Post 2484446)
Have you tried with a empty .htaccess file?

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?

ozzy47 03-01-2014 02:27 PM

Did you remove them and the issue goes away? Note, you may need to clear your browser cache and cookies after making the changes.

postcd 03-01-2014 02:56 PM

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:

# ETAG - By removing the ETag header, you disable caches and browsers from being able to validate files
Header unset ETag
FileETag None

# 7 DAYS
<filesMatch ".(jpg|jpeg|png|gif|css|js)$">
Header set Cache-Control "max-age=604800, public"
</FilesMatch>

<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# My favicon
ExpiresByType image/x-icon "access plus 1 month"
# Images
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
# CSS
ExpiresByType text/css "access 1 month"
# Javascript
ExpiresByType application/javascript "access plus 1 month"
</IfModule>

cellarius 03-01-2014 03:32 PM

What sense is there in caching dynamic files (php) this way? They potentially look different for every user.


All times are GMT. The time now is 02:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01202 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete