http://www.perlmonks.org?node_id=11126354


in reply to Admin login page links redirect back to login page

If you consistently get redirected back to the login page, my first guess would be that your browser is not accepting/storing the cookies sent after login (assuming the user and password are correct). Have you looked at what cookies a successful login sends in the response, and whether your browser stores these cookies?

This has very little to do with Perl and without you posting the relevant code and finding out what in the environment has changed, we likely can't help you further.