Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between session state and session
variables ?

Answers were Sorted based on User's Feedback



What is the difference between session state and session variables ?..

Answer / uma

session state specifies ,in which mode does the session
variables should be stored there are three modes
1) inproc:-
specifies sessions variables storing in our application
when application closes ,sessions losses its value.
2) state server:-
Storing the sessions variables in sql server
database, it will be shared among diiferent
applictions,even appliacations is closed value remains.
3)Outproc:-
storing in local system.


session variable is used for storing the data .

Is This Answer Correct ?    11 Yes 7 No

What is the difference between session state and session variables ?..

Answer / shiva

Session state is used to store session specific information
for a website.

session variable store infomation between http request for
a particular user.

Is This Answer Correct ?    17 Yes 15 No

What is the difference between session state and session variables ?..

Answer / mansur

Please describe it briefly with Perfect Examples.

Is This Answer Correct ?    12 Yes 12 No

What is the difference between session state and session variables ?..

Answer / rammohan chowdary bandi

session variable can be store values like session('Mohan')=ramu;

session state can be stored user specific data

Is This Answer Correct ?    4 Yes 7 No

What is the difference between session state and session variables ?..

Answer / rajendra

In ASP.NET there are following session mode available,

•InProc

•StateServer

•SQLServer

•Custom

Session State Mode State Provider
InProc :- In-Memory Object
StateServer :- Aspnet_state.exe
SQLServer :- DataBase
Custom :- CustomProvider

Is This Answer Correct ?    4 Yes 8 No

What is the difference between session state and session variables ?..

Answer / reema

session state is for session and session variable for a
particular user

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

Where is cookie used in asp.net?

0 Answers  


What is strong-typing versus weak-typing?

0 Answers  


Is it possible to write code in many languages in one asp.net project?

0 Answers  


What is the purpose of master page?

0 Answers  


What are the events in a page life cycle?

0 Answers  


Mention few asp.net validators.

0 Answers  


Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom

4 Answers  


Explain State management in asp.net

0 Answers   BirlaSoft,


Define authentication and authorization.

0 Answers  


how to use html code in asp source code?

1 Answers  


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

0 Answers   Siemens,


What is the maximum length of textbox

1 Answers  


Categories