Hmm... after attempting to manually send the jsessionid I took a closer look at the web service specs, and it appears as though it's the web service itself attempts to set the jsessionid. It does this by attempting to set a jsessionid cookie on the first search request, then, if the web service is invoked again using the "NextPage" method it tries to access that jsessionid cookie.
I guess it boils down to how CFMX processes its invokes. If a web service attempts to set a cookie like that, does CFMX retain the cookie? Or is cookie data ignored? Thanks again! -JM Jared Rypka-Hauer - CMG, LLC wrote: >No, session variables are not passed along autmatically as part of a >webservice call. > >If you want to do that, you're going to need to make sure that >session.jsessionid is passed to the webservice as part of an argument >structure. > >We just had this discussion at our CFUG a while back... you have to manually >pass the session info to the webservice. > >Laterz, >J > >On 5/23/05, Jordan Michaels <[EMAIL PROTECTED]> wrote: > > >>I guess the part that I'm trying to verify here is that CFMX passes on >>this jsessionid along with the web service request? I've got >>jsessionID's enabled via the CFMX administrator, so is there any way to >>verify that the jsessionid is passed along with the WSDL request? >> >>Thanks for the help! >> >>-JM >> >> >> > > > > > -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207489 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

