1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

session_start() not working in IE

Discussion in 'PHP' started by YIAM, Apr 25, 2007.

  1. #1
    It's Ok in FF but in IE it returns nothing.

    ??


    Thanks in advance for your help.
     
    YIAM, Apr 25, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    What do you mean with it "returns nothing"?

    Post your code...
     
    nico_swd, Apr 25, 2007 IP
  3. YIAM

    YIAM Notable Member

    Messages:
    2,480
    Likes Received:
    240
    Best Answers:
    0
    Trophy Points:
    280
    #3
    YIAM, Apr 25, 2007 IP
  4. Spacen

    Spacen Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    First of all, sesson_start has nothing to do with the browser. It's run server side. It either runs or it doesn't. You may have browser specific code but if it gets kicked off in FF then it gets kicked off in ie. Perhaps you are having a cookie issue.

    Edit: page displays fine in FF and IE for me.
     
    Spacen, Apr 25, 2007 IP
  5. YIAM

    YIAM Notable Member

    Messages:
    2,480
    Likes Received:
    240
    Best Answers:
    0
    Trophy Points:
    280
    #5
    Does it displays any error in IE if you enters wrong varification code as displays in FF.
     
    YIAM, Apr 25, 2007 IP
  6. dzysyak

    dzysyak Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Not sure how it can fil for IE, but if session is cookie based and cookies are not allowed in your IE you can get some troubles.
     
    dzysyak, Apr 25, 2007 IP
  7. Chamaro Zwinkels

    Chamaro Zwinkels Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Can you post the script here? Not only link...
     
    Chamaro Zwinkels, Apr 25, 2007 IP
  8. rootspot

    rootspot Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    session_start is a server side function - so it should work even if you telnet to port 80 :) well, not really, but whatever.
     
    rootspot, Apr 26, 2007 IP
  9. dangsoftsolutions

    dangsoftsolutions Peon

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    It should work. Right session_start() need to do nothing with ur browser.
     
    dangsoftsolutions, Apr 27, 2007 IP
  10. YIAM

    YIAM Notable Member

    Messages:
    2,480
    Likes Received:
    240
    Best Answers:
    0
    Trophy Points:
    280
    #10
    The error was somewhere else in the script not in session_start()and it is solved.

    Thanks every one for your replies.
     
    YIAM, Apr 27, 2007 IP