Live Chat Icon For mobile
Live Chat Icon

When I create a Session variable if I’m using inproc, where is the session variable stored?

Platform: ASP.NET| Category: Session
  • In II5, it’s stored in the memory of aspnet_wp.exe.
  • For IIS6, by default all apps will share the same application pool, i.e. the session state is stored in the memory of the process w3wp.exe. They are NOT separated per application, but instead per application pool (w3wp.exe)

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.