Session state in ASP DOT NET
Illustrate the Session state in the ASP.NET.
Expert
All clients accessing a Web application maintains the separate session with a Web server, and there is also some detailed information associated with each of these sessions. The session state is defined in a <sessionState> element of a web.config file. It stores a data specific to the user session in the session variables. Different session variables are created for every user session. Session variables can be accessed from some page of application. When the user accesses a page, then the session ID for user is created. Session ID is transmits between the server and a client over a HTTP protocol by using cookies.
What is the difference between Name Space and Assembly?
What do you mean by ASP?
Write differences between the while and for loop in C#.
Write a major difference between a RadioButton control and a CheckBox control?
In what way we can deploy the ASP.NET Web application?
Write three general properties of every validation controls?
Specify the statement which replaces the multiple if-else statements in the code?
How docking is different from anchoring?
Write all names of public properties well-defined in the WebService class.
Briefly describe about XSLT?
18,76,764
1958646 Asked
3,689
Active Tutors
1425568
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!