Difference between ASP Session and ASP.NET Session?
Answers were Sorted based on User's Feedback
Answer / shwetha
In Asp, the session is Process dependent, whereas in
Asp.Net the session is Process independent.
In Asp, the session is Cookie dependent, whereas in
Asp.Net the session is Cookie independent.
Is This Answer Correct ? | 7 Yes | 0 No |
And also Asp.net we have different Mechanism to save the
session data.
1. In Process
2. State Server
3. SQL Server
Is This Answer Correct ? | 1 Yes | 2 No |
Why do we use datasource in asp.net?
Define reflection in .net?
What is datagrid asp.net?
What is the difference between a candidate key and primary key?
Explain authentication levels in .net ?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
0 Answers Sans Pareil IT Services,
Explain the different parts that constitute ASP.NET application?
WHAT IS BOXING? HOW WE CAN USE IT?
What is the difference between system.stringbuilder and system.string
What is query string in asp.net?
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 create a permanent cookie?