Re: Going sessionless (and cookie limitations)
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Mon, 11 Sep 2006 08:59:44 -0400
Hi, Jon.
re:
I just got hired by a company that told me their web site is sessionless to cut down on the
overhead of using SQL Server or a state server to host session state information.
Ask them whether they prefer a bit of overhead...or a safe server.
Print out, or point them to, this article by Dino Esposito:
http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/cookieless.asp
Really, using State Server doesn't qualify as a lot of "overhead",
considering what State Server does for a web farm.
SQL Server might be overhead (considering what it costs)
but State Server is free, and doesn't require gobs of server resources.
Read the article/download the code by Jeff Prosise. It's a security eye-opener:
http://msdn.microsoft.com/msdnmag/issues/04/08/WickedCode/default.aspx
His SecureSessionModule foils most session hijacking attempts.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Jon Davis" <jon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OQskaJZ1GHA.2036@xxxxxxxxxxxxxxxxxxxxxxx
Does anyone know of a best practices or common practices article URL for implementing a
sessionless web farm while still managing user logins, etc.?
I just got hired by a company that told me their web site is sessionless to cut down on the
overhead of using SQL Server or a state server to host session state information. I've been
scratching my head to try to figure out what the ramifications are, and what methodologies could
be used to retain common functionality such as user login support without imposing a security
risk.
I'm assuming cookies are used for the entire "session" but then my question becomes what
limitations still exist for cookies? Don't they support only a very, VERY small name/value size
and a very small record count?
Jon
.
- Follow-Ups:
- Re: Going sessionless (and cookie limitations)
- From: Jon Davis
- Re: Going sessionless (and cookie limitations)
- References:
- Going sessionless (and cookie limitations)
- From: Jon Davis
- Going sessionless (and cookie limitations)
- Prev by Date: Re: Output DLL
- Next by Date: Re: Output DLL
- Previous by thread: Re: Going sessionless (and cookie limitations)
- Next by thread: Re: Going sessionless (and cookie limitations)
- Index(es):
Relevant Pages
|