Should the browser session used to register or login to the application remain open and untouched until exit or log out?
Yes, it is required that the browser session used to register or login to the application remain open and untouched i.e. not used for anything else until exit of the registration form or until log out. The reason for this is due to application dependency on the browser session that launched the application. Failure to keep the browser session open and untouched may negatively impact application behavior.
Related Questions
- Does the browser session used to register or login to the application should remain open and untouched until exit or log out?
- Should the browser session used to register or login to the application remain open and untouched until exit or log out?
- What are session variables used for in a ColdFusion application?