Netscape caching my asp.net pages...

J

JJ_377

I have a webform (FormA) with confidential info on it. FormA has a user
control that features a logout routine:
Session.abandon
Redirect to a logon form

FormA has the page directive:
<%@ OutputCache Location="None"%>
and code in its load event handler that redirects to the logon form if
the length of an assigned session user id is 0 (just tried
isnothing(session(userid)) and that didn't work...)

In NS, if the user visits FormA, log outs, and then in the logon form
selects the browser's a FormA is displayed.

In IE, I get the desired result following the same steps: the user is
redirected, as s/he should be, to the logon form.

How can I get NS to stop caching? I am using NS 8 and IE 6.

Thank you.

A.
 

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

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top