Re: Session Variables in Firefox
- From: "Anthony Jones" <Ant@xxxxxxxxxxxxxxxx>
- Date: Thu, 10 Aug 2006 09:52:55 +0100
"Chris Smith" <chrissmith@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B4F5622C-D900-4CCD-BFCA-4C3E7B20ADDA@xxxxxxxxxxxxxxxx
Hello,session
I am using ASP/VBScript. For some reason, Firefox will not pass my
variables, while IE and Netscape will. I can't imagine what's wrong.tested
I was able to recreate the problem with the two test pages below. I
these pages in the three aformentioned browsers:
FFTEST1.ASP
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Page 1</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body>
<% Session("fftest") = "Hello!" %>
<p><a href="fftest2.asp">Go to second page >>></a></p>
</body>
</html>
FFTEST2.ASP
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Page 2</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body>
<% = Session("fftest") %>
</body>
</html>
What could the problem possibly be?
Take a look at the privacy options does it allow sites to set cookies.
Session variables depend on a session cookie for identification.
Thanks for any help you can give.
Chris Smith
.
- Follow-Ups:
- Re: Session Variables in Firefox
- From: Chris Smith
- Re: Session Variables in Firefox
- Prev by Date: Re: Fill the field...
- Next by Date: XML Help
- Previous by thread: Issue with users losing rights to their registry (Script help)
- Next by thread: Re: Session Variables in Firefox
- Index(es):
Relevant Pages
|