Does the browser session used to register or login to the application should 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 remains open and untouched i.e. not used for anything else until exit of the registration form in case of register or until log out of the application in case of login. The reason for this is due to application dependency on the browser session that launched the application. Failure to keep the browser session used to register or login to the application open and untouched may negatively impact on the application behavior.
Related Questions
- Mobicip Safe Browser for the iPhone and iPod Touch used to be available for free. Why is it a paid application on the App Store now?
- 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?