Results 1 to 11 of 11

VBB automatic logout when activate vBSEO plugin

This is a discussion on VBB automatic logout when activate vBSEO plugin within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi there. I've just install vBSEO to my vbb forum, all functions work but users always need relogin to forum ...

  1. #1
    Junior Member
    Real Name
    Nguyen Vinh Cuong
    Join Date
    Aug 2008
    Posts
    10
    Liked
    0 times

    VBB automatic logout when activate vBSEO plugin

    Hi there.
    I've just install vBSEO to my vbb forum, all functions work but users always need relogin to forum because cookie have problem.

    I reed some posts from vBSEO and vBSEO staff said: Cookie error because other component. But, see this picture:




    When vBSEO activated, IE always creat new cookie file per link on the web => per click, per cookie file. User will be kick out when they get 13 - 15 cookie file.

    If I turn vBSEO off, only 2 cookies created.

    My VBB setting:
    Path to Save Cookies: /forum/
    Cookie Domain: .topplay.vn

    Any body can help me resolve this problem?

    Thanks
    Attached Thumbnails Attached Thumbnails cookie.jpg  
    Last edited by xmobile; 11-19-2008 at 08:44 AM.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    If you dont have more then one forum on your server you should use cookie domain blank. Whast is your .htaccess content
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Junior Member
    Real Name
    Nguyen Vinh Cuong
    Join Date
    Aug 2008
    Posts
    10
    Liked
    0 times
    When I set cookie domain = blank still get the same error
    This is my .htaccess
    RewriteEngine On
    RewriteCond %{HTTP_HOST} .*topplay.vn
    RewriteRule ^/forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{HTTP_HOST} .*topplay.vn
    RewriteCond %{REQUEST_URI} !/forum/(acua/|mcua/|cron)
    RewriteRule ^/forum/((archive/)?(.*\.php(/.*)?)?)$ /forum/vbseo.php [L,QSA]
    RewriteCond %{HTTP_HOST} .*topplay.vn
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^/forum/clear.gif
    RewriteCond %{REQUEST_FILENAME} !^/forum/(acua|mcua|clientscript|cpstyles|images|upload|ima gehosting)/
    RewriteRule ^/forum/(.+)$ /forum/vbseo.php [L,QSA]
    Server spec:
    Dedicated Windows server 2003 Enterprise SP2 with full patch
    IIS 6 / IIS Mod-Rewrite Pro v3.7

    Thanks for your support

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    I tried browsing your site and I'm getting only one cookie. Don't you have a mod installed on your forum that can set the cookie? Can you find out details on what exactly is the cookie name?

  5. #5
    Junior Member
    Real Name
    Nguyen Vinh Cuong
    Join Date
    Aug 2008
    Posts
    10
    Liked
    0 times
    I try to disable all mods, but I still get many cookies files created per link on my forum.
    Cookie name: title-of-post-id/
    Cookie Internet address: Cookie:myname@title-of-post-id/

    Per post click, IE will make new cookie file like above and I lost my session.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    If you are checking that in IE options=>..=>View Files, then that is not the name of cookie, but the "name of IE's temporary internet file". Does it happen when you are logged in only? Please open a ticket with testing account details to check that.

  7. #7
    Junior Member
    Real Name
    Nguyen Vinh Cuong
    Join Date
    Aug 2008
    Posts
    10
    Liked
    0 times
    Ticket with testing account sent.

  8. #8
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    These cookies are not vb or vbseo.

    They are being set by something that calls

    HIM_method

    as it's cookie name. HIM_method is not a part of stock vb or stock vbseo.

    It must be coming from an addon, an ad program, or something else you run.


    a google search returning mostly non-english results,
    HIM_method - Google Search
    so i can't be of much help there.

    This blog has some info about it.
    http://rhos.sourceforge.net/?page_id=5

    you have all those same cookies vars
    HIM_daucu
    HIM_method
    HIM_on_off

    etc

  9. #9
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    more research says its some javascript for Vietnamese characters for a WYSIWYG.

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You can try top change set cookie code in bogovn.js file to resolve the issue, find:
    HTML Code:
    	document.cookie='HIM_on_off='+on_off+';expires='+exp
    	document.cookie='HIM_method='+method+';expires='+exp
    	document.cookie='HIM_ckspell='+dockspell+';expires='+exp
    	document.cookie='HIM_daucu='+dauCu+';expires='+exp
    repalce with:
    HTML Code:
    	document.cookie='HIM_on_off='+on_off+';expires='+exp+';path=/'
    	document.cookie='HIM_method='+method+';expires='+exp+';path=/'
    	document.cookie='HIM_ckspell='+dockspell+';expires='+exp+';path=/'
    	document.cookie='HIM_daucu='+dauCu+';expires='+exp+';path=/'

  11. #11
    Junior Member
    Real Name
    Nguyen Vinh Cuong
    Join Date
    Aug 2008
    Posts
    10
    Liked
    0 times
    Thank all vBSEO Staff.
    Problem resolved
    bogo.js is Vietnamese typing.
    Thank you so much.

Similar Threads

  1. Problems With Login/Logout
    By SteveRobWhatever in forum Troubleshooting
    Replies: 6
    Last Post: 09-12-2008, 04:53 AM
  2. Logout problem
    By gh05thack3r in forum General Discussion
    Replies: 17
    Last Post: 07-07-2008, 08:30 PM
  3. Vbseo Logout Sorunu
    By jungle_junkies in forum Türkçe
    Replies: 5
    Last Post: 04-12-2008, 12:42 PM
  4. Automatischer Logout
    By Hoffi in forum Deutsch
    Replies: 5
    Last Post: 06-21-2007, 11:32 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •