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 query string?
How does session id work?
What is the use of asp.net web api?
What is the difference between the get method () and post method ()?
Explain some of the major built-in objects in asp.net
How do session tokens work?
What are ASHX files?
Is asp.net and .net the same?
What are the disadvantages of view state?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What does session_start () do?
What is view state and how it works in asp net?
How can we make sure that Web API returns JSON data only?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Who generates session id?