Hello guys, just need your insight.
Just a noobie in PHP, I have this scenario after a user logged in and is authenticated. It will be redirected to another URL.
If the user booked mark the URL and next time just go directly to the URL.
What's the best way to check whether the user is authenticated or not? So if the user don't have the session or had bypassed the login, the URL won't load.
Thanks in advance.