Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Session State Management   (RSS)
Sorry, but there are no more tags available to filter with.

Session State Management

Session State Modes Available in ASP.NET InProc Sessions are stored in worker process memory. Performance wise it is fastest but performance could be decreased if large and persistent objects are stored for a long time. Session data will be lost if worker
 
Page view tracker