Question

I am facing some weird Issue in my Public website Login Page from past few days.

My website contains Login Page, when I hit on Login button : FF says (The page isn't redirecting properly) Chrome says (Page has Indirect Loop)

Temp Solution: Clearing cookie and cache.

Here are my application level settings for ColdFusion session Management:

  this.loginStorage = "cookie";
  this.sessionManagement = true;
  this.sessionTimeout = createTimeSpan(0, 1, 0, 0);
  this.setClientCookies = true;
  this.ClientStorage = true;
  this.setDomainCookies = false;

enter image description hereThanks Sham

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top