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? Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/104221-login-check/#findComment-533597 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.