Posted by OmegaJunior on 03/03/07 21:11
On Sat, 03 Mar 2007 20:47:33 +0100, Vic Spainhower <vic@showsec.com> wro=
te:
> Hello,
>
> Can someone tell me why on some computers the following list will fail=
. =
> I
> have a user reported that some of the links in the below list will fai=
l =
> and
> some will work. The ones that fail will have the www missing in the UR=
L. =
> For
> example when this particular computer will have the link as
> http://mysite.com/entry_page.php instead of
> http://www.mysite.com/entry_page.php
>
> This is only happening on 1 computer as far as I know and I sure can't=
> explain it. Hope you can!
>
> This you very much!
>
> Vic
>
> <div id=3D"navcontainer">
> <ul id=3D"navlist">
> <li><a href=3D"judges.php" >Judges</a></li>
> <li><a href=3D"entry_page.php" >Enter Horse</a></li>
> <li><a href=3D"fileupload.php?do=3Dupload">Show Schedule</a></li>
> <li><a href=3D"classes_listdetail.php?do=3D<?php echo $_SESSION['ShowI=
D'];
> ?>">Class List</a></li>
> <li><a href=3D"showresults.php">Show Results</a></li>
> <li><a href=3D"myhorses.php">My Horses</a></li>
> <li><a href=3D"removeshow.php?remove=3D<?php echo $_SESSION['ShowID'];=
> ?>">Remove Show</a></li>
> </ul>
> </div>
>
>
>
How did you specify your session cookies? Cookies are domain dependant, =
=
meaning the www prefix does make a difference.
-- =
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
[Back to original message]
|