[codexwiki] can not log in

we recently set up the codex wiki and everything is working locally, however, when I push the code live I can no longer log in. Any ideas?

It’s like the login validates, but than goes nowhere on refresh.

weird. have not seen that before. are your cftoken’s changing?

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

you were correct!

I fixed the bugs with cookies by setting the domain level cookies manually and changed the application settings to false:

this.setClientCookies = false;
this.setDomainCookies = false;

thank you