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 common type system (cts)?

0 Answers  


when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.

1 Answers   AZTEC,


What is the microsoft .net?

0 Answers  


What is the procedure to add assemly to gac to make it shared one?

0 Answers  


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

0 Answers  






What are Attributes in .NET?

0 Answers  


Please tell us what is the difference between override and overload in a method?

0 Answers  


Can any object be stored in a viewstate in .net?

0 Answers  


Explain the difference between constants and read-only variables?

0 Answers  


Resource Files: How to use the resource files, how to know which language to use?

1 Answers  


Explain cas (code access security)?

0 Answers  


How does the .NET framework work?

1 Answers  


Categories