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

Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?

599


How big is the datatype int in .net?

569


What are the important components of .net?

562


Explain what does managed mean in the .net context?

507


Name the classes that are introduced in the system.numerics namespace.

629






Is .net a compiler?

548


How anonymous method is different from a lambda expression?

529


Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

1849


Please explain is the jit an interpreter?

578


Tell me what is a “jagged array”?

589


How do you turn off cookies for one page in your site? Give an example.

500


What is Code group in .Net with respect to CAS

1573


What is a windows process in .net?

579


Explain what is a manifest in .net?

569


What does jit compilation do in .net?

576