Jump to content

Deny user the ability to open 2 copies of a webpage


jasonlfunk

Recommended Posts

I have made scheduling system that uses multiple databases and the user can switch between the databases depending on which Schedule they want to edit. The database that they are using currently is stored in a SESSION variable. I am running into a problem that if the user has a page open and a database selected, and then opens another page and changes the database and then returns to the first page and edit information in the first database- unexpected things happen because the handler functions uses the new database even when the user passed it old information. What I want to do is when the user opens a second copy of the page, it tells them that they aren't allowed to have two copies of the scheduler open. I hope this makes sense.

 

Also: I am self taught in PHP and I know it pretty well, but I am not very aware of design schemes for systems using php. Such as a multiple user access controlled system using SESSIONs. Are there any sites/tutorials that cover these design issues for PHP?

Link to comment
Share on other sites

You should probably just make it so that there is a difference between the forms, depending on what database they are in. Something like a hidden input that has a value of the database would work. Then, when you accept the form, check that value agaist the actual current database and change the form if it is wrong.

 

I don't think there is an easy to way to tell if someone has two windows of the same location open.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.