Razzman Posted December 16, 2005 Posted December 16, 2005 I published a database which requires users to create a single, new record from their browsers. I have "Hide/Lock" the Status WIndow and provided buttons with scripts to take them to the next layout. Something funny happens when a user creates a new record and it only happens in Safari. After they create the new record (whether they have entered any data), you can use your Browser Back button which takes you back to Record #1. This means that someone else can modify another's record. Well, only record #1. What causes this and why is Record #1 safe browsing in IE?
johanvos Posted December 18, 2005 Posted December 18, 2005 What version of OS X and Safari ? It really helps to run Software Update.
Reed Posted December 18, 2005 Posted December 18, 2005 You don't want to design your web solution to depend on browser behavior for security. What you really want to do is use accounts and privileges to control access to records. You might also consider using globals to allow users to fill in information, and then use a script to create the records from the global values. This way the users can't actually see the layout tied to the records, and they can't browse the records unless you specifically let them.
Recommended Posts
This topic is 7184 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now