We've just updated to CF7 on our dev server. Code that worked on CF6.1
is now breaking.
On a form post, to a different subdomain, I am passing the
session.urltoken in the action URL to ensure we get the right session
(it's the same server, just a different subdomain). The jsessionid
ends up being incorrect on the other page and we get the wrong
session.
I have confirmed that changing the action to a GET (and making no
other changes) gives the correct result. In other words, the POST
action is ignoring the passed jsessionid while a GET doesn't.
Can anyone confirm this in CF 7.0.2 and does anyone have a fix (other
than a GET if possible).
--
CFAJAX docs and other useful articles:
http://www.bifrost.com.au/blog/