473,386 Members | 1,962 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Session Variable not working

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
Jul 19 '05 #1
2 4477
www.aspfaq.com/2157

"EPepin" <ed***********@verizon.com> wrote in message
news:82*************************@posting.google.co m...
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

Jul 19 '05 #2
Thank you Aaron, This explained it.

Ed
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message news:<u4**************@TK2MSFTNGP10.phx.gbl>...
www.aspfaq.com/2157

"EPepin" <ed***********@verizon.com> wrote in message
news:82*************************@posting.google.co m...
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

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: doltharz | last post by:
Please Help me i'm doing something i though was to be REALLY EASY but it drives me crazy The complete code is at the end of the email (i mean newsgroup article), i always use Option...
3
by: Geoff Winsor | last post by:
Hi, I am experiencing a problem with recalling a session variable which stores whether a person is logged in to a "members only" section of a website. This area of the site has been working...
2
by: Eric | last post by:
Hi, I've a problem with trying to retrieve a session variable in an include file. Basically, the main asp creates a session variable: <% Session("var1") = "Hello" %> And then when I click...
0
by: Sandra | last post by:
I am using a VB6 COM object with an asp.net project. I am storing the COM object in a session variable but am having a problem accessing the COM object from the session variable. I am getting...
2
by: Joe Molloy | last post by:
Hi, This isn't a mission critical question but I thought I'dl throw it out there for your feedback as it's a bit curious. I have developed a shopping cart for an application I'm working on...
4
by: Parrot | last post by:
For some reason my Session state stopped working in my webpages. I cannot pass a variable from one webpage to another using the Session. For example: Web page 1: Session = dbname;...
3
by: RSH | last post by:
Hi, I have a situation where I have created an object that contains fields,properties and functions. After creating the object I attempted to assign it to a session variable so i could retrieve...
7
by: ltarrant | last post by:
Hi, I'm having problems with a DataTable I'm storing in a session variable. I use this as a temporary store for a shopping cart until a customer goes through the checkout and the cart is saved to my...
5
by: Twayne | last post by:
Hi, If ever a newbie wants to know how much he has to learn yet, he only has to look here<g>!! ANYway: PHP 5.2.5; XP Pro SP2+, local Apache Server My actual question is: How do I get a...
2
by: KDawg44 | last post by:
On Aug 2, 6:38 pm, KDawg44 <KDaw...@gmail.comwrote: Nevermind. Got it working correctly. Thanks!
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.