internet explorer cannot stay logged

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Oren Avraham
    Member
    • Nov 2013
    • 42
    • 4.2.X

    internet explorer cannot stay logged

    since i changed my site domain . after logggin in with explorer . its kicks all users out . they cant stay logged . its happend only on internet explorer . other browser have no issues. i guess its a cookie thing setting . i did remove forum.php from my domian setting in vbulletin . but i think i might didnt set everyting fine . i did test with the defult skin and disable plug ins to check if they creating that problem . problem was still exist . maybe someone can help me to fix this issue . might be htaccess command is missing or someting .
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74149

    #2
    Edit /includes/config.php and change the cookie prefix. Save the file and upload to your server if necessary.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Oren Avraham
      Member
      • Nov 2013
      • 42
      • 4.2.X

      #3
      how do i chang the cookie prefix in the config file wayne ?

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24288
        • 6.0.X

        #4
        There's a cookie prefix entry in the config file.
        PHP Code:
        $config['Misc']['cookieprefix'] = 'bb'

        Change bb to something else, eg:
        PHP Code:
        $config['Misc']['cookieprefix'] = 'bb2'
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        Related Topics

        Collapse

        Working...