I wanted my sessionstate to run InProc, and have a 20 minute timeout.
If I do not add this to the web config, what will the default session information be. I had it working with storing/retrieving things to the session, so I’m assuming it was set to InProc since I don’t have a stateserver or anything. Am I correct?
By default session state is stored InProc and timeout duration is 20 minutes, so nothing needs to be set in web.config. See here