Flames Posted October 13, 2008 Share Posted October 13, 2008 What is the best way to make a user center secure? i read the tutorial but i cant find a way to make it 100% safe, sessions seem good apart from the fact they cant be passed through multiple pages using stuff like user.php?action=something&do=something also seemed like a good idea but if you close the broweser or manually went to index.php it would reset. So cookies would be good apart from the fact you can set fake cookies in stuff like mozilla developer kit which sets a cookie so if someone set random cookies they could hack peoples accounts. how do i make it secure? Link to comment https://forums.phpfreaks.com/topic/128257-security-in-php-user-center/ Share on other sites More sharing options...
redarrow Posted October 13, 2008 Share Posted October 13, 2008 use sessions in a database for cross browsing........ also if u need info in the url lookup mod_rewrite Link to comment https://forums.phpfreaks.com/topic/128257-security-in-php-user-center/#findComment-664274 Share on other sites More sharing options...
waynew Posted October 13, 2008 Share Posted October 13, 2008 Google PHP Security Consortium. You'll learn a good few things. Link to comment https://forums.phpfreaks.com/topic/128257-security-in-php-user-center/#findComment-664397 Share on other sites More sharing options...
Flames Posted October 14, 2008 Author Share Posted October 14, 2008 i tried searching for the google php security consortium and found nothing and didnt really understand the session and database thing. is there any way to do it without having to change a whole database and registration script? Link to comment https://forums.phpfreaks.com/topic/128257-security-in-php-user-center/#findComment-665263 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.