Can we share session between ASP.Net & ASP

Answer Posted / kiran varma

Cookies are the most common way for Web applications to
identify the user session, and can be used to identify
session state for both classic ASP and ASP.NET. Session
state information is stored in memory in ASP script and
can't be shared with other applications, such as ASP.NET.
If the session state is stored in a common format in SQL
Server, the session state can be accessible by both classic
ASP and ASP.NET.

Is This Answer Correct ?    22 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are asp.net authentication providers and iis security?

538


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

544


Differences between dll and exe?

609


Is .net core the future?

577


What is garbage collection in .net? Explain the garbage collection process?

571






What is the transport protocol you use to call a seb service soap?

538


What is RPC? What is the use of it?

612


What is concurrency? How will you avoid concurrency when dealing with dataset?

597


Explain the process of compilation in .NET?

634


Explain me what is .net web service?

561


Difference between abstract class and interface in .net?

558


What is the difference between a class and an object, and how do these terms relate to each other?

595


What is a garbage collector?

624


Describe difference between inline and code-behind?

655


What is Code group in .Net with respect to CAS

1576