Re: Session Coliiding

From: WJ (JohnWebbs_at_HotMail.Com)
Date: 10/29/04


Date: Thu, 28 Oct 2004 22:14:21 -0400


"ariel" <alopez5566@-NOSPAM-hotmail.com> wrote in message
news:O4zuqGFvEHA.2316@TK2MSFTNGP15.phx.gbl...
> Hello there;
>
> IT' there any posibility session can collide or mixed into another
> session(s), means two o more users logged with his own credentials and
> running differents scenarios ( mortgage application ) can see data from
> another logged user (?), we developed a web site ( .net/SQL ) and
> everything is going well so far , but I have a complain from other users
> ( three so far ) that they have seeing another data or data scenarios
> belonged to other user (?) . We have been tryed to replicate the problem
> but evrything is normal so far, Please anyone can tell me if this is
> posible. I will appreciatted any help or comments related to this.
>

It would be "nearly" impossible to have two users running from different
clients (PC) heads on with one another. Simply there are 2 separate/distinct
sessions owned by these 2 users. Assume that you use Form Authentication.
User A reads a record (tRecord), your form will cache it with:

                    HttpContext.Current.Session["UserA"]=myRecord;

At a later time, user A comes back (same session), your form retrieves the
cached record with:

                    myRecord=(tRecord)HttpContext.Current.Session["UserA"];

With this assumption above, I do not think it is possible.

John



Relevant Pages

  • Re: How to close LAN session and login as another credentials
    ... and is connected to a share on the server. ... these credentials, since it will automatically try to use the credentials of ... The problem is that from 1 login session on a PC, ... When I try to access administrator share ...
    (microsoft.public.windowsxp.network_web)
  • Re: How to use WinLogon API to solicit credentials?
    ... I can't simply use the current session identity for my ... I will need to engineer credential solicitation ... I understand that I'll need to use the WinLogon API in order to do this. ... user credentials, or will WinLogin step in to assume this function. ...
    (microsoft.public.security)
  • Re: I am stucked: Working on a network mapped drive via Web Service
    ... >>> Network sessions are session bound, that means that when you map ... >>> credentials when accessing network resources. ... >>> only access local drives. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How to close LAN session and login as another credentials
    ... When I try to access administrator share ... passwords for that already selected guest user. ... user whether one wants to maintain session for the connection or temporarily ... >> credentials to access that folder but it don't so, ...
    (microsoft.public.windowsxp.network_web)
  • RE: Task Scheduler result code 0xc0000025
    ... >The task cannot be run under the same credentials as the logged-in user ... same credentials for the task as for the TS session, ... The task does have an interactive component, ... Also, if you get any application or system errors in the Event Viewer, ...
    (microsoft.public.win2000.general)