Although this symptom did not initially occur after the upgrade to v6.3, it now perpetually happens with FF 3.6.27, FF 10.0.2, and IE8.
After successfully authenticating, the following redirect loop ensues:
-> POST /netmri/config/userAdmin/login.tdf HTTP/1.0
<- HTTP/1.1 200 OK (text/html) url="/"
-> GET /netmri/console/index.tdf HTTP/1.0
<- HTTP/1.1 200 OK (text/html) url="/webui/"
-> GET /webui/ HTTP/1.0
<- HTTP/1.1 302 Found (text/html) "http://netmri/webui/network_analysis?navigate_to=Issues"
-> GET /webui/network_analysis?navigate_to=Issues HTTP/1.0
<- HTTP/1.1 302 Found (text/html) "http://netmri/webui/"
-> GET /webui/ HTTP/1.0
<- HTTP/1.1 302 Found (text/html) "http://netmri/webui/network_analysis?navigate_to=Issues"
-> GET /webui/network_analysis?navigate_to=Issues HTTP/1.0
<- HTTP/1.1 302 Found (text/html) "http://netmri/webui/"
etc.
I've tried all the usual browser stuff - clear cache, clear cookies for the NetMRI host (the session cookies are being set and returned correctly in the above sequence).
