Internet Explorer 6/7 Session/Cookie problem

Discussion in 'HTML & Website Design' started by PedstersPlanet, Dec 30, 2006.

  1. #1
    Erm, people have recently been informing me that they are unable to log into a part of my website using I.E.... Other browsers work fine (this is why I was unaware of the problem as I'm a FF freak)..... I even tried I.E myself and yes, they were right.... I'm using the:
    $User = new User;
    $User->userid = $userid;
    PHP:
    solution with setcookie().......

    Anyone have any ideas, it must be I.E..

    (Sorry if this is the wrong forum)
     
    PedstersPlanet, Dec 30, 2006 IP
  2. rimian

    rimian Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That's not much information dude. Looks like you've assigned a class and a variable in it. It might not be the problem at all.

    IE 6 and 7 handle sessions differently and so does FF.

    Try outputting the session (if that's php) like
    var_dump($_SESSION);

    and see what's going on.

    good luck!
     
    rimian, Dec 30, 2006 IP
  3. PedstersPlanet

    PedstersPlanet Peon

    Messages:
    195
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    But this problem appeared 2 days ago, and before that, there weren't no problems.... and I havent even touched the server...... so I don't know what is going on.......Has I.E received an update lately anyone know?
     
    PedstersPlanet, Dec 30, 2006 IP