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
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What is the use of immutability?
Name the classes that are introduced in the system.numerics namespace.
What is an anonymous method and how is it different from a lambda expression?
Is .net a programming language?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
What is Flyout Design Pattern in .NET?
Which dll translate xml to sql in internet information server (iis)?
What is gac in .net?
What is a garbage collector?
What is singlecall activation mode used for in .net?
Explain webfarm vs webgardens in .net?
What is the use of system.diagnostics.process class in .net?
What is il in vb.net?
How to convert a .NET object into COM operabililty?