Posts by Gabriel Elias • 13 points
1 post
-
1
votes1
answer61
viewsQ: Check $_SESSION['logout'] value without refreshing the page
I’m trying to make a redirect when the $_SESSION['logout'] is equal to on. But it only checks the value of $_SESSION['logout'] when updating the page. I would like to know how to keep checking the…