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

What is the method used to load generated dataset with data on the DataAdapter control ?

3 Answers   Siebel,


How to disable SOAP1.2 in Web Services?

1 Answers  


All kind of access specifiers for a class and for methods ?

1 Answers   MMTS,


Explain the advantages of passport authentication.

0 Answers  


on modify statement, executeNonQuery returns zero rows affected even though there has been modification carried out sucessfully in the table.. can anyone tell me is this possible??? if yes, how..???

1 Answers   ADITI,






What is the difference between adding reference in solution explorer and adding references by using ?

0 Answers  


how to elimainte the similar data from the different tables

0 Answers  


How do you add a javascript function for a link button in a datagrid?

2 Answers   Microsoft,


What is localization and Globalization?

3 Answers  


what are the files used in asp .net

1 Answers  


What are the navigation ways between pages available in ASP.NET?

0 Answers   Winsol Solutions,


What are all the ways to find out types of objects?

5 Answers   HCL,


Categories