Search Results

-2
votes

How do you make the user stay on a particular page of a website?

Set a flag in the user's session indicating that they need to change their password, then check that flag from all your other pages and redirect them to the change-password page if necessary. …