I have a live Coldfusion site at My login is using cfajax, and it works exactly as expected, with one very big bug.
When you login to successfully, a page refresh will clear you session for some reason. If you visit and do the same, the session remains in tact, until you visit
I have tried setting all cookies/session variables manually, automatically, etc. but nothing seems to work. I have wasted the last two days on trying to figure this out, and am now crossing my fingers that someone in these forums can save me.
I can provide any necessary code, but it's pretty straightforward session management. I set session variables on login, and figure they would be there when I refreshed, but they are not. There is no session clearing code running at all.
When you login to successfully, a page refresh will clear you session for some reason. If you visit and do the same, the session remains in tact, until you visit
I have tried setting all cookies/session variables manually, automatically, etc. but nothing seems to work. I have wasted the last two days on trying to figure this out, and am now crossing my fingers that someone in these forums can save me.
I can provide any necessary code, but it's pretty straightforward session management. I set session variables on login, and figure they would be there when I refreshed, but they are not. There is no session clearing code running at all.