what is session ?how sessions are handeled in application?
write the clauses of sql server in their order.
Answer Posted / amruta dash
Session is used for storing the information in Server. We
can store the information in one page and can send to
other pages. we need to assign the value to a sessionid.For
ex: txtphone_Number.Text = Session["PhNo"].ToString();
or Session.Add("PhNo", txtphone_Number.Text);
Session.Remove("PhNo"); for Remove the session value
Session.Abandon(); for clear all/kill the session value
of a form or application.
This have some limitation like if I will refresh the
page the session values will expired. and the default time
is 20 mins, we can increase the time for a session.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is the asp.net mvc architecture different from others? : asp.net mvc
What is http session state?
What are user controls?
What is a multilingual website?
What is session handling in a webfarm, how it can work with its limits?
What are the merits and demerits of viewstate?
What is another word for redirect?
Contrast OOP and SOA. What are tenets of each ?
Is react a template engine?
What is special types forms
Why is this service branded with windows livetm?
What are client activated objects?
Out of ASP or ASP.NET which one is stateless?
How to handle errors in Web API?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?