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


Please Help Members By Posting Answers For Below Questions

Why should i prefer JSP over asp.net or any other web development language..??

1545


What are the uses of list view control in Asp.net?

699


Explain different types of validators in asp.net?

621


What are the advantages of Web API?

722


What is the difference between mechine.config and web.config?

841






Is razor a programming language?

599


How can we identify that the Page is Post Back?

639


What is the function used for removing an event listener?

633


What are the namespaces used in asp.net mvc? : asp.net mvc

600


What is the size of Get method and how much data it can store?

678


What is Cookies Less Session?

701


What is the flow of processing of the request? : asp.net mvc

596


How long do session variables last?

610


Is sql backend or frontend?

644


What is data cache in sql server?

687