CodeIgniter Forums
Checks to protect cms - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Checks to protect cms (/showthread.php?tid=59075)



Checks to protect cms - El Forum - 08-20-2013

[eluser]xtremer360[/eluser]
I'm developing a decent looking CMS with Codeigniter. I'm doing checks on the every page that's inside the control panel to verify there is a session available and that the user id in the session is what is to be expected of a user id. I also verify that the user id does match one of the users in the database and I use that to gather user data and find out if data is returned about the user. I am curious to know what other kind of checks should I do to ensure a safe environment for my users and to protect my cms site. Any ideas?