Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

ASP.NET session management through web.config file in C#

Setting the sessionstate is one of the methods in ASP.NET to manage the session.

  1. <sessionState
  2. mode="InProc"
  3. stateConnectionString="tcpip=127.0.0.1:42424"
  4. sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
  5. cookieless="false"
  6. timeout="20" />