matvespa Posted June 5, 2010 Share Posted June 5, 2010 I got a password protected page which is called AdminHome.php and AdminTest.php and both of them are password protected page which mean user are require to log in to view the content of both pages. When a user logged in, by default they are automatically directed to the AdminHome.php. When a user keyed in www.MYSITE.com/AdminTest.php on the address bar, they are redirected to the login page if they have not logged in. Im lost at the next step. After the user have logged in successfully, i want them to be redirected to AdminTest.php as that is what they entered on the url before they logged in. How can i do this? Thanks! Link to comment https://forums.phpfreaks.com/topic/203946-redirect-after-user-authentication/ Share on other sites More sharing options...
Sergey Popov Posted June 5, 2010 Share Posted June 5, 2010 You can store target page url in a session variable or in a cookie. Then, after user log in, you need to check if this variable is set and redirect there. Link to comment https://forums.phpfreaks.com/topic/203946-redirect-after-user-authentication/#findComment-1068322 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.