Client Clones and Server Sessions
By Tony Marston2005-05-06
Introduction
This problem comes to light in those browsers which make it easy for the user to open up a new window which is a complete copy or clone of the current window. The cloned window shows the same URL as the original window, and shares the same browser history and cookie data. The cloning process can be achieved as follows:
• In Internet Explorer select File -> New -> Window (or 'Ctrl+N').
• In Opera select a tab -> right-click -> Duplicate (or 'Ctrl+Alt+Shift+N').
It is therefore possible for the user to create several cloned browser windows on the client device, and then to visit different pages within the same application in each of those windows. The user may assume that the activities in one window will not have any effect on the activities in any other window, and may be disappointed to learn that this assumption is incorrect.
This type of behavior does not occur with traditional desktop applications as it is not possible to create cloned copies - it is only possible to start up a fresh instance of the application, and each instance will automatically have its own separate memory.
Tutorial pages:
|
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Client Clones and Server Sessions"
You must be logged in to post a comment.
Link to This Tutorial Page!

