security - Using primary keys best practice -


i'm making simple blog, each post has id (nothing new), concern problem letting primary keys simple integer. see people making primary keys in more complex format, want know because i'm using ids hidden attribute in forms, , in urls, security problem?

use proper access control. site viewing exposing keys.

spring security example of existing software, acl implementation.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -