What is the difference between session state and session
variables ?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / mansur
Please describe it briefly with Perfect Examples.
| Is This Answer Correct ? | 12 Yes | 12 No |
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 |
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 |
Answer / reema
session state is for session and session variable for a
particular user
| Is This Answer Correct ? | 1 Yes | 6 No |
Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?
How do you define authentication in Web.Config?
2 Answers Accenture, BirlaSoft, IBM,
How does the regular expression validator work? What are two situations when you might want to use one?
What is the default timeout for a cookie?
Could u send me the answer for this question as soon as possible. Im using 'System.net.mail.mailmessage' namespace for sending a mail from my application. What should I mention in 'system.net.mail.mailmessage.to' property and What should I mention in 'system.net.mail.mailmessage.from' property.
What is difference between machine.config and Web.Config?
4 Answers Accenture, BirlaSoft, Le Logiciel,
Where is cookie used in asp.net?
If i have 1000 records in dataset, how to do paging?
what is difference between java and .net
11 Answers Base2 Infotech, Karur Vysya Bank KVB, TATA AIG, TCC,
I have a datagrid of 10 rows and I am updating the fifth row using template column edit. How wil u know that the row is updated, so that it can be send to database for updating the respective table?
Securitywise What are the Enhancements in 2.0?
Is LINQ performance wise better or using sqlcommand?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)