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
Which dll is required to translate xml to sql in internet information server (iis)?
How we can achieve Connection pooling in .Net?
What is meant by localization?
What does il do?
What is new in .net core?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
Please explain is the jit an interpreter?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What is the difference between .net and laravel?
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?
Explain Creational design pattern in .NET?
What's wrong with a line like this? Datetime.parse(mystring);
What is machine.config in .net?
Explain the different parts of an assembly?
What is a .net class?