Noziro / MediaTracker

EXTREME ALPHA STATE. Track all of your media, from movies, to games, anime, books, and more. Official name TBD.
0 stars 0 forks source link

Return user to previous page after login. #3

Closed Noziro closed 4 years ago

Noziro commented 4 years ago

There's two options I'm considering right now:

First: Add a "return" $_GET parameter to login URL and session.php post URL. Use this in the header() function in session.php.

Second: Log the return URL via $_GET parameter or otherwise and then post it via hidden to session.php. Use this in the header() function in session.php.