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 |
What are the different types of memory in .net?
Explain weg config settings for exception managment in asp.net?
Explain attributes in dot net?
Resource Files: How to use the resource files, how to know which language to use?
Describe the compilation process for .net code?
Is .net core the future?
How do you define the lease of the object?
Tell about your technical profile ?
0 Answers TNEB Tamil Nadu Electricity Board,
If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..
What are The Main Difference Between Client-server Based Applications and Web Based Applications
Explain what do the terms “boxing” and “unboxing” mean?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.