Session State Stored Where?

  • Thread starter Thread starter clintonG
  • Start date Start date
C

clintonG

Curious about where the actual values are stored when...

....using Session State Service?
....using SQL Server to store session state

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/
 
...using Session State Service?
Any external server that can manage session state.
...using SQL Server to store session state
SQL Server, probably in some designated data base.
 
Back
Top