Opening a new page (i.e., spawning new IE window) via JavaScript kills the Session variable?

P

POL8985

When I deploy an ASP.Net onto a customer's IIS 6.0 server, the Session
variable is nuked for any new page opened by JavaScript.

However, this works fine when I am running the ASP.Net in debug mode on
my machine.

Any suggestions?

The JavaScript is:
<script>window.open('../ReportForms/frmReportViewer.aspx','blank_')</script>
Thanks:

Pat
 
K

Kevin Spencer

How different browser windows either share or don't share Session state is
dependent upon the browser being used by the client. IOW, it's unreliable.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,830
Latest member
ZADIva7383

Latest Threads

Top