ScaleOut StateServer
- From: "Robbe Morris [C# MVP]" <joeblow@xxxxxxx>
- Date: Fri, 15 Dec 2006 08:24:06 -0500
If you use this product to manage session (the license may be free
if you only have one server), you can definitely do this.
It supports in memory session access from within or
outside the individual session. You can also share session
in memory across servers on a farm and application domains.
It basically gives you way to create a unique key and reference
what is stored under that key from any app on any server
regardless of application domain.
http://www.eggheadcafe.com/articles/scaleout_server.asp
--
Robbe Morris - 2004-2006 Microsoft MVP C#
I've mapped the database to .NET class properties and methods to
implement an multi-layered object oriented environment for your
data access layer. Thus, you should rarely ever have to type the words
SqlCommand, SqlDataAdapter, or SqlConnection again.
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp
"Goofy" <me@xxxxxxxx> wrote in message news:ur7sw9CIHHA.3780@xxxxxxxxxxxxxxxxxxxxxxx
Does anyone know how I can kill a session by session ID ?
--
Goofy
.
- Follow-Ups:
- Re: ScaleOut StateServer
- From: Goofy
- Re: ScaleOut StateServer
- References:
- Kill And ASP.NET Session
- From: Goofy
- Kill And ASP.NET Session
- Prev by Date: Re: Problem with single quotes in SQL statement
- Next by Date: Re: ScaleOut StateServer
- Previous by thread: Re: Kill And ASP.NET Session
- Next by thread: Re: ScaleOut StateServer
- Index(es):
Relevant Pages
|