Re: Hijack Session

From: Chris Jackson (chrisjATmvpsDOTorgNOSPAM)
Date: 01/08/04

  • Next message: Alek Davis: "Re: securing data access via website"
    Date: Thu, 8 Jan 2004 16:08:46 -0500
    
    

    Well, the only way to really do this is to prevent somebody from gettng the
    session id in the first place - this is the danger of cookieless session
    state, where it is in the URL for all to see. Once somebody has the ID,
    there isn't anything you can do to differentiate that person from the
    legitimate user. If information is extremely senstive, then don't use
    persistent cookies (so they won't be sitting on disk) and use HTTPS so it's
    encrypted over the wire. Require authentication again when you get to
    something particularly sensitive.

    -- 
    Chris Jackson
    Software Engineer
    Microsoft MVP - Windows Client
    Windows XP Associate Expert
    -- 
    More people read the newsgroups than read my email.
    Reply to the newsgroup for a faster response.
    (Control-G using Outlook Express)
    -- 
    "Dave" <anonymous@discussions.microsoft.com> wrote in message 
    news:014e01c3d60d$9ca9abb0$a301280a@phx.gbl...
    > Has anyone seen any good examples of how to stop someone
    > from stealing the session id to hijack the session?
    >
    > Thanks... 
    

  • Next message: Alek Davis: "Re: securing data access via website"

    Relevant Pages

    • Software for app bandwidth measurement
      ... Our VB.Net Windows client application makes connections to ... the server. ... connection bandwidth required for each session. ... Feng ...
      (microsoft.public.dotnet.languages.vb)
    • Re: Remote assistance recommendations
      ... Windows client might also be useful to me. ... Would prefer a "pay per ... session" model rather than a fixed subscription. ...
      (uk.comp.sys.mac)
    • Re: cache dataset on server accross WS calls
      ... m> thinking of caching it in a session object and returning the session ... m> ID as a string in the web service back to the windows client. ...
      (microsoft.public.dotnet.framework.webservices)
    • Re: Session_OnEnd not firing sometimes?
      ... "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" Michelangelo ... CA> session and have its finalizer do the clear up? ... CA> is no reference to it in Session scope), my clean up will happen ... CA> What kind of scenarios would case Session_OnEnd not to fire? ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Cookies:Sites which always work
      ... Bruce Barker wrote: ... > cookieless session work but encoding the session in the url. ... > if you use redirect, you need to include the session id in the redirect url. ...
      (microsoft.public.dotnet.framework.aspnet)