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 |
Please explain what do the terms “boxing” and “unboxing” mean?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
Whate are resource files?
what is the meaning silverligt control
What is COM Interoperability in .NET
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain the difference between the while and for loop.
Explain how to spawn a thread?
Interop Services?
What is an Exception? How many exceptions exist in Dot net and explain them?
what is AGILE SCRUM methodoly....?
What is view state?