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 are the rules and regulations which should be followed while creating the well-formed XML document?
How we can decide whether we should deploy application or publish application?
Explain why does an organization needs to manage the workloads?
What is meant by DLR (Dynamic Language Runtime)?
State the basic features of OOPs.
Explain the term culture and and UICulture values?
How Web services can be prevented from the unauthorized access?
What is data type and how many types of data types are there in .NET ?
Write down some of the Features of WPF in brief.
By which method we can post a Web page to another Web page?
18,76,764
1958978 Asked
3,689
Active Tutors
1426170
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!