Can two web application share a session and application
variable ?
Answer Posted / ratnam
No, can't share. Becz. both web application session's are
different and also for application variables.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is ispostback property?
From which base class all web forms are inherited?
What is an example of an application service provider?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is directive in asp net?
What is inproc mode in session?
What is difference in .net 1.1 and .net 2.0?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Why do we need a web application session?
Explain some of the major built-in objects in asp.net
What is globalization and localization in asp net?
If 200 is for all successful operation then why do we have 201 response codes?
Diff between web user control and web custom control?
What are HTTP handlers in ASP.NET?
How can we register exception filter globally?