RE: [ACFUG Discuss] single sign-on issue CF 8

2009-06-19 Thread sravan kumar
actually i tried both (enabling and disabling jsessionid). It didn't make much difference. i am sending session.URLTOKEN info to them ( so if jessionid is enabled, it will send cfid ,cftoke and jsessionid as well) thanks Sravan From: char...@carehart.org To: discussion@acfug.org S

RE: [ACFUG Discuss] single sign-on issue CF 8

2009-06-19 Thread sravan kumar
I didn't have this problem when user is in my application. User is able to navigate between pages without any problem. Third party website is able to make a GET request without any problems. If bombs out only when they make a POST request. i wonder what causes CF8.0 to think that it is a

RE: [ACFUG Discuss] single sign-on issue CF 8

2009-06-19 Thread sravan kumar
yes, i verified that they are passing CFID and CFTOKEN in URL parameters of the action page. thanks sravan From: char...@carehart.org To: discussion@acfug.org Subject: RE: [ACFUG Discuss] single sign-on issue CF 8 Date: Wed, 17 Jun 2009 21:33:03 -0400 Sravan, CF will only create

RE: [ACFUG Discuss] single sign-on issue CF 8

2009-06-19 Thread Mike Staver
I have a simple test for you I think. Make an HTML page that does a form post to the URL of your application. Make sure the HTML page is hosted on a different webserver of some kind, preferrably a completely different machine. Log into your CF app and take note of the sessionid variables. Put t

RE: [ACFUG Discuss] single sign-on issue CF 8

2009-06-19 Thread Charlie Arehart
I saw your later note saying you're sending those session keys as URL parms. Since you say things are failing on posts, how about getting the posting app to try sending them as cookies instead? Maybe some aspect of the http spec (or the web server) is not letting query strings in on form posts. Jus

RE: [ACFUG Discuss] single sign-on issue CF 8

2009-06-19 Thread sravan kumar
i will try it out and let you know the results. we have already opened a ticket to adobe but so far no positive response. thanks again, Sravan From: char...@carehart.org To: discussion@acfug.org Subject: RE: [ACFUG Discuss] single sign-on issue CF 8 Date: Fri, 19 Jun 2009 18:23:59 -04