Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > WebGardens and Sessionstate service

Reply
Thread Tools

WebGardens and Sessionstate service

 
 
Archimedes
Guest
Posts: n/a
 
      08-21-2003
I've searched google and these newsgroups but not been able to find
anyone who has answered this -

Is it possible to install and run the session service on the web
server itself, enable WebGarden, then point the session state mode to
StateServer with the connection to the localhost and thus share state
among all instances of aspnet_wp that would be generated under the
WebGarden=TRUE/cpuMask=0xffffffff? My understanding from what i've
found is that the session service is separate from the aspnet_wp and
so this should work (storing info in a completely separate proc, but
located on same server), but can't see where this has been done before
and I am sure if this was an answer it would have been posted and
discussed by now.

In case you ask the idea behind this is if the process on a given CPU
restarts the session state isn't lost but you still don't incur the
same performance hit and $$ cost as putting on external SQL server,
nor suffer the single point of failure by using a single outside
"Session Server" (yes this would shortly be a web farm with individual
servers/web gardens)(and yes I understand the need to configure load
balancing to ensure the same user gets to the same server)
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sessionstate timeout and Forms Authenticatin timeout Sosh ASP .Net 1 12-31-2005 08:36 PM
webgardens Spartaco ASP .Net 0 06-16-2005 12:16 PM
sessionState and cookies mike parr ASP .Net 2 05-05-2004 08:07 AM
Session contents lost despite Session.Timeout = 3000; and <sessionState mode="InProc" cookieless="false" timeout="300"> Carpe Diem ASP .Net 3 02-23-2004 07:10 PM
Where does IIS and ASP.Net save Authentication info? (sessionState mode="SQLServer") Kristofer Liljeblad ASP .Net 0 06-30-2003 04:13 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57