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

How can we provide the WebParts control functionality to a server control?

575


How to improve performance of web application asp.net mvc? : Asp.Net MVC

495


Can you explain composite pattern?

595


Explain the difference between debug.write and trace.write?

540


Define page fragment caching?

528






What is an asp.net web form?

634


What is the main difference between Asp.net and Vb.net?

570


What are validator? Name the validation controls in asp.net? How do you disable them?

548


How can we inherit a static member?

597


Which tool you have done?

1484


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

557


What is base class of button control in .net?

531


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

654


What is the good practice to implement validations in aspx page?

639


What is data binding in asp net?

593