Ask a Question related to ASP, Design and Development.
-
EPepin #1
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
EPepin Guest
-
#39634 [NEW]: session variable and normal variable
From: erhanbaris at gmail dot com Operating system: Win Xp SP1 PHP version: 5.2.0 PHP Bug Type: Variables related Bug... -
Cannot set session variable
I created a simple login script a some time ago which worked like a charm until I recently switched to a new web host that's running ColdFusion MX. ... -
Session Variable in IIS 5
Hi, i can't use a Session variable in IIS 5, when i try to assign a value send to me next erro messages "Microsoft VBScript runtime (0x800A000D)... -
Datalist - how (if) to use a sub variable or session variable in the footer?
Hi, sorry to be greedy with all my posts lately, but can you tell I'm doing new things this week? I've just done my first datalist (a simple... -
[SESSION] Session variable deleted prior to command?
Hi all, I'm developing a database system on my local computer (OS/version details at bottom) with a simple user authentication using sessions. On... -
Aaron Bertrand - MVP #2
Re: Session Variable not working
[url]www.aspfaq.com/2157[/url]
"EPepin" <edwin.j.pepin@verizon.com> wrote in message
news:82c9c31.0310151030.73a336b9@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
Aaron Bertrand - MVP Guest
-
EPepin #3
Re: Session Variable not working
Thank you Aaron, This explained it.
Ed
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message news:<u4CEEt0kDHA.2592@TK2MSFTNGP10.phx.gbl>...> [url]www.aspfaq.com/2157[/url]
>
>
>
> "EPepin" <edwin.j.pepin@verizon.com> wrote in message
> news:82c9c31.0310151030.73a336b9@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?
> >
> > EdEPepin Guest



Reply With Quote

