Session Variable not working

E

EPepin

I use a simple session variable set / not set for password protecting
access to certain directories on my intranet site.
<%
If Session("id") = "" Then
Response.Redirect "enter_NPC.asp"
Else
End if
%>
Recently, I have been getting complaints that some users accessing
with Internet Explorer cannot reach the site and are being sent to the
redirect page. These same users can get login using Netscape though,
and it is only maybe 10 out of 100 users being denied. I have had
them check to see if the Per-session cookie is allowed (it always is)
but they just can't get here using IE. Any suggestions?

Ed
 

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
474,132
Messages
2,570,775
Members
47,332
Latest member
datacos561

Latest Threads

Top