Results 1 to 9 of 9

Thread: Sessions

  1. #1
    Join Date
    Mar 2007
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Sessions

    why does internet explorer 6 "forget" my sessions when the page is changed ?? and is this possible to fix ?

    ps useing $_SESSION
    Last edited by Locky; 04-23-2008 at 10:08 PM.

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

  3. #3
    Join Date
    Mar 2007
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    basicly not possible anymore?

  4. #4
    Join Date
    Apr 2008
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    <?php $_SERVER['$_SESSION'] ?>

  5. #5
    Join Date
    Mar 2007
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    what is that for / do ?

  6. #6
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Can you provide a link or the source code (PHP code)

  7. #7
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    What on earth was MS thinking?
    Quote Originally Posted by Cube View Post
    <?php $_SERVER['$_SESSION'] ?>
    I don't think that code is valid. It would basically "touch" the global $_SESSION variable named $_SESSION, and do nothing with it (and I don't think that the variable is even set).
    Last edited by Jas; 05-13-2008 at 11:28 PM.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  8. #8
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    What on earth was MS thinking?
    Who cares? I just want IE6 to die already. The second IE 8 comes out, I'm taking support for IE6 out of all services contracts/proposals.

  9. #9
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    If only it were that simple. Less compatibility means less users. We have to wait until people don't use it anymore.

    I wouldn't mind it it died, though.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

Bookmarks

Posting Permissions

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