Re: ScaleOut StateServer
- From: "Goofy" <me@xxxxxxxx>
- Date: Fri, 15 Dec 2006 13:31:17 -0000
I'll take a look, thanks for your help.
"Robbe Morris [C# MVP]" <joeblow@xxxxxxx> wrote in message
news:B8A9F6D6-83E7-4B32-A67A-19BB9701384E@xxxxxxxxxxxxxxxx
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
.
- References:
- Kill And ASP.NET Session
- From: Goofy
- ScaleOut StateServer
- From: Robbe Morris [C# MVP]
- Kill And ASP.NET Session
- Prev by Date: ScaleOut StateServer
- Next by Date: Re: Problem with single quotes in SQL statement
- Previous by thread: ScaleOut StateServer
- Next by thread: small doubt regarding ResolveURL
- Index(es):
Relevant Pages
|