Hello, all,
I'm fairly confident that this is related to my recent posts about SESSION and iFrame. I'm just not sure how to fix it.
I have been working for several months on this project; but I only recently discovered that there are differences in CFAdmin between our dev and production environments. Production is much more restrictive.
SO.. I bit the bullet, and set J2EE sessions to enabled; I set setDomainCookies to 'yes'; and enabled "Use UUID for cftoken" (that is what we have in production.)
Suddenly, the forms that I've been working on for months (that submit form data via jQuery AJaX) are breaking. All of them. FireBug says that "JSESSIONID has changed". Well, duh, that's supposed to be a security feature.
Is there a way to submit form data via AJaX without undoing any of the settings I outlined, above?
Vr,
^_^