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 |
Explain the difference between asp.net and asp?
What?s a proxy of the server object in .NET Remoting?
What is Complex Class in .NET?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
What is WSDL? Explain its architecture?
hai, about trading domain and need simple project on trading system. please help me...
What is the purpose of IClonable interface in .NET?
0 Answers Sans Pareil IT Services,
Explain when should you use .net web forms over asp.net mvc?
How to customize the trace output?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
Explain re-clarification of object based in .net?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?