Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个表单(例如员工详细信息修改表单),其中唯一 ID(例如 emp id)保存在隐藏的表单字段中,并且在回发表单时在模型中可用。
该 ID 将用于数据库更新。
但用户可以使用萤火虫/开发者工具进行修改。我们如何保护它?
我不知道这是正确的解决方案,但是您可以将其存储在其中id,session variable并且当您发回表单时,您可以从中检索它session并进一步处理它以保存在数据库中...
id
session variable
session