Re: Session variable and IE

From: Paul Lynch (paul.lynch_at_nospam.com)
Date: 04/18/04


Date: Sun, 18 Apr 2004 14:28:49 +0100

On Sun, 18 Apr 2004 20:57:53 +0800, "William E Hatto"
<xxnospamxxweh@bigpond.net.au> wrote:

>Hi all,
>
>sorry, not sure which group this belongs too...
>
>I have a Win2k server running IIS on an Intranet. All clients are win2k
>using IE.
>My site uses a database for username authentication. On authentication the
>user's ID number is used as session variable. This is checked from page to
>page for authentication.
>
>Problem is some client machines see the session variable and some dont.
>Access to the pages depends on seeing the session variable.
>
>Why does it work on some machines and not others? I am stumped and do not
>know what to do. Anyone have any ideas?
>
>
>Cheers, Bill.

Bill,

Try this article :

Why won't my session variables stick?
http://www.aspfaq.com/show.asp?id=2157

Regards,

Paul Lynch
MCSE



Relevant Pages

  • Re: Problem with Session Variable
    ... Check out the authentication part of your web ... You can get a first impression by reading ... User A signs in and the screen shows that the userid is "User A". ... > session variables in the Session_start event is loopy! ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: When exactly are you logged in? (Forms authentication)
    ... Actually, I think you can, eg using the mobile internet stuff ... FormsAuthentication doesn't let you just redirect with the authentication ... and checking for it in the global.asax "Global_AcquireRequestState" handler ... The 'cost' would be two session variables per user - ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • PEAR auth package - how does setSessionname work?
    ... I have used the PEAR Auth package to successfully set up authentication. ... // Details of where the authentication details are stored. ... Now I know I can uniquely name the $_SESSION variables which will probably ...
    (comp.lang.php)
  • Re: logging off (without getting page when click on back )
    ... If you are using Forms Authentication, ... Auth use so a new session will be started whenever ... If you are relying on session variables only, ... very secure mechanism to handle authentication. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: lack of understanding of principals, identities, and context
    ... Other thing when it is used would be when you use role-based authentication. ... checked if Request.IsAuthenticated=true (login cookie exists in case Forms ... >> HttpContext is request specific and ... > It would not be too heavy (only involving two or three session variables, ...
    (microsoft.public.dotnet.framework.aspnet.security)