I have a desktop application that has been migrated to the web. In the desktop application, the users are accustomed to having multiple versions of the desktop application open simultanteously.
They what to have the same multi window access to the web app. Currently, the web app (ASP.NET 2.0) uses in process session variables (and a few cookies) to manage state. If the user opens the application in multiple web browsers (ex. 2 Windows Explorer browser sessions) from the same machine, will there be any conflict with either the session variables or cookies assuming the user accesses the same forms simultaneously?
They what to have the same multi window access to the web app. Currently, the web app (ASP.NET 2.0) uses in process session variables (and a few cookies) to manage state. If the user opens the application in multiple web browsers (ex. 2 Windows Explorer browser sessions) from the same machine, will there be any conflict with either the session variables or cookies assuming the user accesses the same forms simultaneously?