PHP redirecting to a page defined as a $_SESSION variable
I am implementing a user authentication scheme in my webapp and I was wondering what the best approach was to redirect a user to their intended page after they successfully logged in.
I am implementing a user authentication scheme in my webapp and I was wondering what the best approach was to redirect a user to their intended page after they successfully logged in.