Posts by Thiago Moreira • 140 points
3 posts
-
1
votes2
answers1385
viewsA: Problem when connecting to XAMPP port 80
Some program is already using door 80. Makes a sudo netstat -tlpn | grep 80 and see what program is using the door. Picks up the PID and makes sudo Kill <PID>, in the log you passed the PID…
-
5
votes1
answer751
viewsQ: Prevention Session Hijacking
I know that to prevent this type of attack we must use session_regenerate_id(), mainly before logging in. My question is whether to delete the previous session by passing a true as parameter? I…
-
6
votes2
answers1047
viewsQ: Application separate authentication server
I have a client who will develop two applications of your company, ie two services offered by your company, and plans for other projects, and mobile versions of the same. Well, for reasons of…
software-architectureasked Thiago Moreira 140