Session state support for Web service

  • Thread starter Thread starter Kasami
  • Start date Start date
K

Kasami

Dear All,

I would like to know whether CF supports session states
for Web service. If yes, would you please give me some
references about that. Thanks in advance!
 
There is no intrinsic support for session state (which is managed through
cookies). However, as of SP1, the .net CF exposes GetWebRequest and
GetWebResponse off of SoapHttpClientProtocol. You can use those to roll
your own cookie support for session state information.

Mike Boilen
Developer
..NET Compact Framework

This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.gotdotnet.com/team/netcf/FAQ.aspx

--------------------
| Content-Class: urn:content-classes:message
| From: "Kasami" <[email protected]>
| Sender: "Kasami" <[email protected]>
| Subject: Session state support for Web service
| Date: Sat, 30 Aug 2003 09:17:50 -0700
| Lines: 5
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcNvEkHj9lcQcsyZS7qTkfd3KhpW7Q==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:32409
| NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Dear All,
|
| I would like to know whether CF supports session states
| for Web service. If yes, would you please give me some
| references about that. Thanks in advance!
|
 
Back
Top