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

What is SOAP? How you will do windows and forms authentication?

0 Answers   Wipro,


How to debug failed assembly binds?

0 Answers  


What is portable executable (PE)?

2 Answers  


How can you clean up objects holding resources from within the code?

2 Answers   Wipro,


Explain me what is a design pattern and what is it for?

0 Answers  


Explain about major components of the .NET framework.

1 Answers  


Show different types of collection in .NET?

0 Answers   QuestPond,


What is gac in .net?

0 Answers  


Tell me what is a “jagged array”?

0 Answers  


How do you trigger the paint event in system.drawing?

0 Answers  


What is the Difference between directcast and ctype?

3 Answers   Wipro,


As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

0 Answers  


Categories