Have I made form function secure enough |
I would like to know if I have made my form function secure enough.
So if user try's to access form with out a id it redirects etc but also trying make it protected as well. I have not enabled CSRF should I? PHP Code: <?php Is there any thing need to add in view? PHP Code: <div class="container">
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
|
Messages In This Thread |
Have I made form function secure enough - by wolfgang1983 - 04-02-2016, 08:36 PM
RE: Have I made form function secure enough - by albertleao - 04-02-2016, 10:39 PM
RE: Have I made form function secure enough - by Diederik - 04-02-2016, 10:40 PM
RE: Have I made form function secure enough - by Tpojka - 04-03-2016, 06:30 AM
|