login.php appends to URL after session timeout
Not sure when or how this started.
When a user is logged in via SA and their session times out. Rather than being directed to the login page, they have a white page that says "File not found." and the login.php is appended to the end of the URL they were last on. Also, going back through the history using the browser back button, all previous pages now show the login.php appended to them as well as shown below.
http://www.xxxxxx.com/xxx/notes/login.php?CommentID=11
http://www.xxxxxx.com/xxx/notes/login.php
http://www.xxxxxx.com/xxx/notes/login.php?CommentID=12
http://www.xxxxxx.com/xxx/notes/login.php
Not sure if I need to address the authentication.php page or each of the restricted pages themselves here: $RestricAccessRedirect = "login.php"; OR something else entirely.