View Full Version : log in issue on my forum
VBUsers
10-07-2009, 02:23 PM
a lot of members are getting logged out after 10 - 15 minutes of posting
heres a post from one of my members.
I get the same logout error, after about 10-15 minutes it logs me out.
Also, the same problem that was happening when this first opened still persists.
I login, and it returns me to the home page but it doesn't show I'm logged in. I have to click on a link to one of the forums to discover I'm logged in.
This could be confusing to new members.
Lynne
10-07-2009, 03:13 PM
What are your cookie settings (all four in vboptions > cookies)? And are you telling them to select Remember Me when they login?
Markos
10-07-2009, 03:16 PM
i had this problem too when i changed something in my navbar so i rotated it back to normal and it worked fine :S
VBUsers
10-07-2009, 07:41 PM
Path to Save Cookies
Suggested Settings /
Custom Setting empty
Suggested Settings .website
Lynne
10-07-2009, 10:17 PM
I assume you really mean .website.com or .website.org
Those look OK. If it's the site in your sig, I noticed that users may view it at both www.yoursite.com and at yoursite.com, but if you have the cookies set correctly that shouldn't matter. It still isn't usually a good idea to allow that - you should pick one or the other and then redirect one to the other.
VBUsers
10-09-2009, 09:00 PM
yea how do i remove that and just send it to the www. one
i know its in the htaccess but i forgot what to add to make it happen.
Lynne
10-09-2009, 09:26 PM
Just google it or do a search here on "htaccess" and you should find instructions on how to do it.
VBUsers
10-30-2009, 06:30 AM
heres what i have in mine. ive tried looking but cant figure it out.
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|flux )/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.