Re: HttpSessionState.Abandon
- From: "John Timney \(MVP\)" <x_john@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 10 Nov 2006 15:17:48 -0000
Pretty sure thats the case unless yuou hijack their session.
http://www.eggheadcafe.com/articles/hijacksession.asp
The only thing you could probably do is set some marker at application level
that the other users activity would pick up and cause termination within
their own session.
--
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"David Thielen" <thielen@xxxxxxxxxxxxx> wrote in message
news:00718DA0-4DCB-4E7D-889A-28FCBE6188A0@xxxxxxxxxxxxxxxx
Hi;
Just to confirm - there is no way when handling an event to one session to
end or expire another session.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
"Walter Wang [MSFT]" wrote:
Hi Dave,
I don't think it's supported to access or abandon other session's state
from one session. As Abandon's documentation stated:
#HttpSessionStateContainer.Abandon Method (System.Web.SessionState)
http://msdn2.microsoft.com/en-US/library/system.web.sessionstate.httpsession
statecontainer.abandon.aspx
Marks the current session as abandoned.
This should be used to only abandon current session.
Sincerely,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear
the
check box "Tools/Options/Read: Get 300 headers at a time" to see your
reply
promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each
follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- References:
- RE: HttpSessionState.Abandon
- From: Walter Wang [MSFT]
- RE: HttpSessionState.Abandon
- Prev by Date: Re: VS.NET 2005 and the "allowDefinition='MachineToApplication'" e
- Next by Date: Re: VS.NET 2005 and the "allowDefinition='MachineToApplication'" error
- Previous by thread: RE: HttpSessionState.Abandon
- Next by thread: Re: HttpSessionState.Abandon
- Index(es):
Relevant Pages
|