Re: preserving session for web services

2007-07-19 Thread Larry Lyons
Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 12:04 PM To: CF-Talk Subject: RE: preserving session for web services As long as your distributors program can accept cookies, then you can use session management just like you would with a browser. ~Brad

RE: preserving session for web services

2007-07-19 Thread Dave Watts
could you clarify a bit, when you say that if the client accepts cookies. Where are they set, and by what, the asp.net app that is calling the web service or the CFC that makes up the web service. I think they would be set by CF, according to the Application.cfm/cfc that governs your CFCs.

Re: preserving session for web services

2007-07-19 Thread Larry Lyons
could you clarify a bit, when you say that if the client accepts cookies. Where are they set, and by what, the asp.net app that is calling the web service or the CFC that makes up the web service. I think they would be set by CF, according to the Application.cfm/cfc that governs your CFCs.

RE: preserving session for web services

2007-07-19 Thread Dave Watts
To make sure I understand fully, there will be an application.cfm page, with a named cfapplication tag. Then there will be a cfc with a set of delegate methods (access = remote) that talks with the various objects, (user, cart, salesHistory, etc) and returns the results to the user.

RE: preserving session for web services

2007-07-18 Thread Brad Wood
As long as your distributors program can accept cookies, then you can use session management just like you would with a browser. ~Brad -Original Message- From: Larry Lyons [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 10:23 AM To: CF-Talk Subject: preserving session for web

RE: preserving session for web services

2007-07-18 Thread Chad Gray
happens. http://demo.dev/login.cfc?WSDL -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 12:04 PM To: CF-Talk Subject: RE: preserving session for web services As long as your distributors program can accept cookies, then you can use session