what is session time out?
I want to know about session state.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeev RanjanPosted Nov 7, 2014, 1:03 AM
When a user wants to retain data in the server, for specific purpose this feature known as Session state. A session is defined as the period of time that a user interact with the web application. As the logically , session state is nothing more then a memory, which keeps the data set for read duration of user's session.
example
Session("Name") = "Tin Gyi";
there are some state of sessions :-
Mode.Cookieless.
Timeout.
Sqlconnectionstring.
Server.
Port.
if you wants to learn more about the session then please
read this article carefully http://www.c-sharpcorner.com/UploadFile/5d065a/state-management-technique-in-dot-net/
Tin GyiPosted Nov 7, 2014, 3:07 AM
Joginder BangerPosted Nov 7, 2014, 12:55 AM
open web config and change the time
like this type