Topic: [SOLVED] PHP code to check that user is logged on?
Hello
The article PunBB 1.3 integration shows how to use PunBB's authentication module in external applications by displaying its logon form.
But once the user has logged on successfully and received the necessary cookie... what code should I use in the external application in all restricted areas to check that the user is logged on and, if not, redirect him to that logon page?
Thank you.