Can I reuse a bookmarked url [GET Method ;Framework ASP.Net Db Oracle] after logging off??
Can I reuse a bookmarked url [GET Method ;Framework ASP.Net Db Oracle] after logging
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. When the user tries to reuse the bookmarked URL, they are redirected to the login page. Before you redirect the user, you should capture the requested URL and store it in the request as a encoded string. After the user successfully logs in, you they redirect to the stored URL.
To store the url:
To then perform redirect after the login: