Jump to content
Server Maintenance This Week. ×

Protect other records in IWP


This topic is 6704 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 6704 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.