LetoDMS Community Forum
URI redirect on login - browser login loop - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10)
+--- Thread: URI redirect on login - browser login loop (/showthread.php?tid=489)



URI redirect on login - browser login loop - dhandler - 04-26-2012

This is odd. I am running under WAMP with AD integration. I get stuck in a bit of a login loop when I am accessing Leto under Chrome, but not IE 9. Here is what happens when I use Chrome...

1. I access LetoDMS: http://mysever:8080/LetoDMS

2. Get auto directed to the login screen, and the URL reads:
http://mysever:8080/LetoDMS/out/out.Login.php?referuri=%2Fletodms%2Fout%2Fout.ViewFolder.php

3. Type in my username and password, press "Sign in" and get thrown back to: http://mysever:8080/LetoDMS/out/out.Login.php?referuri=%2Fletodms%2Fout%2Fout.ViewFolder.php

This will happen over and over and never log me in.

Now, if I adjust the URL to read: http://mysever:8080/LetoDMS/out/out.Login.php
and press enter, I get the usual login screen, and when I enter my username and password, I get into the application just fine.

When I use IE 9 and follow the same steps as above, 1 and 2 happen the same (as expected), but it logs me straight in without a problem.

Any ideas before I tear into the code?

Thanks in advance.

DHandler