what is session ?how sessions are handeled in application?
write the clauses of sql server in their order.

Answers were Sorted based on User's Feedback



what is session ?how sessions are handeled in application? write the clauses of sql server in their..

Answer / wormworm

Session is one of state management option to store any
structure type of object. It can be accessed by using
key-value pair and it alive for certain period of time which
specified by user.

Is This Answer Correct ?    2 Yes 2 No

what is session ?how sessions are handeled in application? write the clauses of sql server in their..

Answer / a

Session is set by the developer, not by the user.

More information at:
http://msdn.microsoft.com/en-us/library/ms972429.aspx

Is This Answer Correct ?    0 Yes 0 No

what is session ?how sessions are handeled in application? write the clauses of sql server in their..

Answer / 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

More ASP.NET Interview Questions

What is asp.net globalization?

0 Answers  


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

0 Answers  


Types of authentications in ASP.NET ?

9 Answers   Accenture, Roland, Shriram,


How do you associate two or more validators with a single input control? What do you need to do to prevent space from being reserved for a validation control thatpasses its validation test?

1 Answers  


What is a Windows Service and how does its lifecycle differ from a "standard" EXE?

2 Answers  






Why do we need asp.net?

0 Answers  


What is the latest version of asp.net?

0 Answers  


asp.net interview questions

0 Answers  


what is the auto option in XML ?

1 Answers  


How do you use css in asp.net?

8 Answers   iBridge,


How can we create a website?

0 Answers  


What threading model used in asp and asp.net?

0 Answers  


Categories