vBulletin login not working.

Discussion in 'vBulletin Discussions' started by Ryan, Aug 25, 2009.

  1. Ryan

    Ryan Regular Member

    Joined:
    May 27, 2009
    Messages:
    522
    Likes Received:
    58
    I was informed that my login for vBulletin is not let letting users login. It redriects them saying they are logged in. But then the homepage shows them logged out. Last time this happend I am sure it was somethign to do with the sessions which I managed to fix. But now its back...

    Any idea on how to fix.
     
  2. kev

    kev Regular Member

    Joined:
    Mar 9, 2009
    Messages:
    1,224
    Likes Received:
    61
    Make sure the cookie domain is set to .websitename
    Edit the htaacess file and redirect http request to www. Or whatever you want. If you want the site name to be just http, then redirect www. to http.

    When the cookie domain is set to anything besides .websitename, going between www and http can make it look like the user is logged out. Because the cookie sees it as 2 different sites.
     
  3. Ryan

    Ryan Regular Member

    Joined:
    May 27, 2009
    Messages:
    522
    Likes Received:
    58
    Right....
     
  4. kneel

    kneel Regular Member

    Joined:
    Jun 25, 2009
    Messages:
    612
    Likes Received:
    16
    i had that happen one time...and its was the cookies on the users computers..all we had to do was clear the cookies and it worked .
     
  5. David

    David Regular Member

    Joined:
    May 30, 2003
    Messages:
    1,088
    Likes Received:
    133
    Location:
    Australia
    Yea your users are most likely going to need to clear their current cookies from your site. Sometimes i've had the issue of where a new cookie won't get set or work after changing the settings without clearing them and getting all new ones.
     

Share This Page