Can we share session between ASP.Net & ASP
Answer Posted / 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 |
Post New Answer View All Answers
What is the procedure to add assemly to gac to make it shared one?
Using com component in .net?
What's the problem with .net generics?
Explain what are possible implementations of distributed applications in .net?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
What's a windows process in .net?
Explain what is mutex?
Define code access security (cas)?
What is the difference between encrypting a password and applying a hashing?
State the differences between the dispose() and finalize().
How do you generate a strong name?
what are connection strings?
Explain is the jit an interpreter?
How to customize the trace output?
What is the base class of Button control in .NET?