Re: Kill And ASP.NET Session



If you mean from outside the session itself ( like in another application ), you can't.

If from within the same session : Session.Abandon




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Goofy" <me@xxxxxxxx> wrote in message news:ur7sw9CIHHA.3780@xxxxxxxxxxxxxxxxxxxxxxx
Does anyone know how I can kill a session by session ID ?
Goofy


.



Relevant Pages

  • Re: Displaying the all the name-value pairs of the session object?
    ... "Juan T. Llibre" wrote: ... > Sub Page_Load ... >> I want to display all the name-value pairs of the session object....how can ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session Timeout Problem
    ... Juan T. Llibre, asp.net MVP ... and select the Application Pool in which your app runs. ... You don't say whether you tried using State Server. ... the loss of session variables due to Application/App Pool recycling. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session state doesnt work
    ... Juan T. Llibre, asp.net MVP ... I have not modified IIS in any way since installing it (and I have ... that Session is enabled in the IIS console). ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session state doesnt work
    ... Juan T. Llibre, asp.net MVP ... I have not modified IIS in any way since installing it (and I have ... that Session is enabled in the IIS console). ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session variables in a Public Class?
    ... "Juan T. Llibre" wrote: ... > Given that Session is a property set via System.Web.UI.Page, ... > derived from Page and which enables Session management. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading