Can we share session between ASP.Net & ASP
Answers were Sorted based on User's Feedback
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 |
Answer / santosh
Its not possible, because both having different worker
process
| Is This Answer Correct ? | 1 Yes | 6 No |
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 |
How do you define the lease of the object?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
What are the two kinds of properties.
How can you assign an rgb color to a system.drawing.color object?
Explain how to load the contents of an xml file into an xmldocument object?
Difference between dispose and finallize method?
What should you do to store an object in a viewstate?
How to create multiple inheritance in c#, with example?
How do you generate a strong name?
Describe the Managed Execution Process
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What is the use of gacutil.exe?