johnnyblaze9 Posted May 5, 2008 Share Posted May 5, 2008 How do I check if a user is logged in before allowing them to view my site and if they are not reject them? Link to comment https://forums.phpfreaks.com/topic/104221-login-check/ Share on other sites More sharing options...
Rohan Shenoy Posted May 5, 2008 Share Posted May 5, 2008 Do you already have a login script? Check if the authentication cookies are set and log them using values from cookies everytime they access a password protected resource. Link to comment https://forums.phpfreaks.com/topic/104221-login-check/#findComment-533573 Share on other sites More sharing options...
revraz Posted May 5, 2008 Share Posted May 5, 2008 Cookies for return visitors, sessions to control the security from page to page. Link to comment https://forums.phpfreaks.com/topic/104221-login-check/#findComment-533597 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.