Problem I wrote simple online users tracking for my ASP.NET MVC project. In Global.asax I added: protected void Session_Start(Object sender, […]

Problem Is there anything I need to add or is this the best security possible? <?php //Get Sessions Prepared; session_start(); […]

Problem class session{ //variabile folosite private static $_sessionStarted = false; private static $_crypt = ‘qwerty347658@$%AdfSV045*&erT2Erb%6w!07&[.?;ru’; private static $_salt = ‘qwertyAF347658@$%AdfSV045*&erTyUsdfYtrLmncBGhu’; […]

Problem I’ve been doing a lot of searching on PHP, logins, forms, cookies, sessions, etc. And so, I’ve tried to […]

Problem The following class is used for handling sessions: class DBHandler implements SessionHandlerInterface { protected $exists; public function open($save_path, $name) […]

Problem I’m yet to add garbage cleanup, ID regeneration and the ability to unset sessions, but this is what I […]

Problem I’ve written a custom PHP session class for handling sessions across the web app. Please review the code and […]