vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   log in issue on my forum (https://vborg.vbsupport.ru/showthread.php?t=224757)

VBUsers 10-07-2009 02:23 PM

log in issue on my forum
 
a lot of members are getting logged out after 10 - 15 minutes of posting

heres a post from one of my members.

Quote:

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.

PHP Code:

# 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=$[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



All times are GMT. The time now is 04:59 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.01073 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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