Posts by Jeferson Allein Goedert • 11 points
1 post
- 
		1 votes2 answers1206 viewsA: Page Protection phpI use a simpler way to protect the pages that should be private, but it might give you some "light" there. First I have a file called "valida_sessao.php", that way: $sessao = 0; session_start();…