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 is an assembly? What are the different types of assemblies?
What is .net debug & trace?
What is the difference between .net and laravel?
What are use of Cloud computing....?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???
What is the difference between asp.net and asp?
What relationship is between a process, application domain, and application?
Differences between dll and exe?
How do you give a Windows service specific permissions?
Explain webfarm vs webgardens in .net?
What is an anonymous method and how is it different from a lambda expression?