Windows Vista Tips

Windows Vista Tips > Newsgroups > Internet Explorer > Re: Session bug?

Reply
Thread Tools Display Modes

Re: Session bug?

 
 
Dan
Guest
Posts: n/a

 
      11-05-2009

"radar" <> wrote in message
news:690b385d-d0ef-4e40-b089-...
> I've found a session "bug" on IE (from 6.0 to 8.0)...
> This simple script (test.php):
>
> <?php
> session_start();
> $_SESSION['test'].=" - ";
> print_r($_SESSION);
> ?>
>
> don't works if domain name contains a "_" (session are deleted on
> every reload).
> In my case, the script works on:
>
> http://test.mydomain.com:8080/test.php
>
> but don't works on:
>
> http://test_v1.mydomain.com:8080/test.php
>
> Can you try?
>
> PS: same script work on Firefox, Konqueror and Opera (latest versions)
>
> Thanks,
> Antonio



IE is very strict about domain name handling - the RFCs do not allow FQDNs
to contain an underscore, so IE will not allow a cookie to be set for one
that does.

--
Dan

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
network session persistence-how to disable it? Jason ActiveSync 1 01-27-2009 03:46 AM
VPN Session Icon Disappears, so I can't close Session mcambrose Windows Vista File Management 0 11-29-2007 01:16 PM
Network Disk and "The network BIOS session limit was exceeded" Joachim Windows Vista Administration 0 05-22-2007 05:33 AM
"The network BIOS session limit was exceeded" try to access NAS Joachim Windows Vista Hardware 0 05-14-2007 07:04 AM
Session won't stick in Vista IIS 7, classic ASP app goldnhue Windows Vista Installation 2 05-02-2007 11:16 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59