You
may want to do everything through a stored procedure(s). As part of that stored
procedure you could create multiple sql queries one of which can be an audit
trail.
Another way is to present the material to be deleted as a table with a
checkbox for each row. Then have the user select each individual
record. Pass the information to a cftag that does the delete. this reduces the
opportunity for a user to randomly type anything in and allows you to implement
a validation routine.
Another item to explore is to use the https if security is a concern.
Can't say I have experience with it but given your description that might be a
method to investigate.
|
- [KCFusion] security question Adaryl Wakefield
- RE: [KCFusion] security question Bruce Dunwiddie
- Re: [KCFusion] security question Adaryl Wakefield
- Re: [KCFusion] security question Adaryl Wakefield
- RE: [KCFusion] security question Kory Bakken
- Re: [KCFusion] security question Luke Templin
- Re: [KCFusion] security question Adaryl Wakefield
- [KCFusion] Weird problem Bradley Miller
- Re: [KCFusion] Weird problem Bradley Miller
- RE: [KCFusion] security question Bruce Dunwiddie
- RE: [KCFusion] security question Kory Bakken
- RE: [KCFusion] security question Bruce Dunwiddie
- Re: [KCFusion] security question Adaryl Wakefield
- Re: [KCFusion] security question Adaryl Wakefield