Forum Moderators: open
What I currently have is a session-only cookie which holds the user's session id to make sure that the user's session id can only be used with this particular browser session. Since a child window shares the session cookies, it is possible to have additional windows with the same user session id cookie. I would like to be able to add a browser's id to the database to only allow a user with that exact smae browser window to access the pages.
This only needs work in IE6+.
Many thanks!