
Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------
Hi Eric,
I think that's enough, after each request, if the server-side resposne has
add new cookie, you'll be able to get them in the container. As for
enableSession, it is not necessary, because enableSession only means that
the server-side will add a sessionID cookie into the response cookie
collection(if it is not using cookieless session).
BTW, if possible, we always not recommend use session, cookie or other
stateful storage since that's not conform to the webservice standards.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Eric - 14 Sep 2006 08:51 GMT
Thanks Steven,
It's a special case. It's SSO (Single Sign On) service, which returns a
token and for older browser application, a cookie.
I would like to keep this cookie.
Eric
Steven Cheng[MSFT] - 15 Sep 2006 03:12 GMT
Thanks for the followup Eric,
If you meet any further problem or have any other questions, please feel
free to post here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.