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

Explain .net framework overview?

0 Answers  


Define marshling?

0 Answers  


How do I use the thread pool?

0 Answers  


what is the keyword used for self reference?

0 Answers  


What is the difference between reference type and value type?

0 Answers  


Explain dataset.acceptchanges and dataadapter.update methods in .net?

0 Answers  


What is DTS and explain the purpose of it?

0 Answers   ADITI,


How is .net core cross platform?

0 Answers  


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

0 Answers  


What are the core differences between .NET Languages ?

0 Answers   TCS,


What is the Difference between a sub and a function?

9 Answers   Wipro,


What is difference between system.string and system.stringbuilder classes?

0 Answers  


Categories