My application runs on 7 servers with Load balancer in between. So if I have to use out of porc session state I need to start NT service on different m/c, make changes to web.config of all the 7 servers web app to point it to the server on which NT service is hosted and change mode to "ServerStat e".
In my code I have to write the usual code: Session["Name"] = "Manas";
In my code I have to write the usual code: Session["Name"] = "Manas";