Got a .NET web service that I'm accessing using CF and I've got an issue with the session management.

The web service is using .NETs session management, so I call a login method on the service, get a success on the login, but that's all I get back. No session id or anything like that.

I then call another method which requires me to be logged in. At this point I get an error telling me that the I need to be logged in. I'm calling the methods in a cfscript block using cfobject. I thought that using cfobject to access web services meant that sessions are maintained, rather than connecting to a w/s once for each cfinvoke.

Has anyone any experience of calling .NET services and maintaining session? Any suggestions?

TIA

Stephen

--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



Reply via email to