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 |
What?s typical about a Windows process in regards to memory allocation?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Please explain what are an object and a class?
What is the model role in Mvc architecture?
What data providers available in .net to connect to database?
Explain the difference between asp.net and asp?
Is .net capable of supporting multi-thread?
Is Driver Script any how related to AOM?
Explain what is the difference between constants and read-only variables?
Is .net a language?
I'm having some trouble with cas. How can I troubleshoot the problem?
What's singlecall activation mode used for in .net?