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 difference between const, static and readonly?

2 Answers   TVS,


What is the difference between CLICK and MOUSE DOWN Event ?

0 Answers   MCN Solutions,


Can more than one person use the same login?

0 Answers   MCN Solutions,


What is the difference between file-based dependency and key-based dependency?

0 Answers  


How do we sort the data from a dataset?

0 Answers  






what is the difference between this.controls and page.form1.controls and me.controls?

2 Answers   FactorH,


What is parse in asp.net?

0 Answers  


What data type does the RangeValidator control support?

3 Answers   Visual Soft,


can any one tell about web services?

5 Answers  


What are the namespace classes used in asp.net mvc? : asp.net mvc

0 Answers  


What is the concept of view state in asp.net?

0 Answers  


What is session state server?

0 Answers  


Categories