I have an
ASP.NET Website...vb code.
Uses a Bootstrap.Master Page
The web config has
<sessionState mode="InProc" timeout="15" />
The IIS SessionState screen looks like the shot below...
And yet the user is never booted off at the 15 minute point
What else can I add?