Hi,
Suppouse a site like ebay, in which you, and many people, register as a user and have your own profile record and other stuff.
NetTalk access a form with something like:
FormProc?REC__ID=6&Change_btn=Change...
It is very easy to realized that if you change the REC__ID=6 to another value you could access another record that may not be of your own, changing or deleting it.
In the case of a profile you even could look at another username and password.
The "user must be loggin" does not avoid it because the user wich is haking the url is a registered user too and it is logged in.
How to avoid this?
May be cheking if the record belongs to the loggedin user, may be in the same "user must be loggin" check proc?
Thanks
Alberto