Hello! I'm currently attempting to make use of a web service that supports paging. For example, I can pass on a search to a web service, and then (presumably) hit the "next page" button to get the next page of results from the web service. The problem I'm running into (I think) is that CF is not passing on the same session id that it used to make the previous request, so the "nextPage" method fails.
Is there any way that I can have cold fusion use the same session ID for every invocation of this web service? I have a workaround, but I'd prefer not to use it as it requires that I grab ALL the results in one call and then page through them manually. If I was able to use the "NextPage" method calls to this web service would require much less bandwidth. Thanks in advance! -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207444 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

