Can we share session between ASP.Net & ASP

Answers were Sorted based on User's Feedback



Can we share session between ASP.Net & ASP..

Answer / 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

Can we share session between ASP.Net & ASP..

Answer / santosh

Its not possible, because both having different worker
process

Is This Answer Correct ?    1 Yes 6 No

Can we share session between ASP.Net & ASP..

Answer / anand

Yes, we share sesseion because it both are microsoft
technology and asp.net is next generation of asp.

Is This Answer Correct ?    4 Yes 22 No

Post New Answer

More Dot Net General Interview Questions

Difference between class and interface in .net?

0 Answers  


What is the difference between a Hash Table and a Dictionary?

1 Answers  


What are an object and a class?

0 Answers  


What is the difference between boxing and unboxing?

0 Answers  


How many types of design patterns available in .NET?

0 Answers  






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

0 Answers  


1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???

3 Answers  


What is difference between .net and .net core?

0 Answers  


Is .net a language?

0 Answers  


What is WSDL? Explain its architecture?

0 Answers   Amdocs,


What is Complex Class in .NET?

0 Answers  


How ASP .NET different from ASP?

4 Answers  


Categories