Web Services and Sessions

  • Thread starter Thread starter Milosz
  • Start date Start date
M

Milosz

hi. I have some problems with developing of web services for Compact
Framework.net
I think i have to use sessions to hold my objects on the server, but
the CF.net does not support cookies.
So how i can solve my Problem?
 
It appears to me that you have a problem. In asp.net programming for some
applications, session variables were the only way for me to retain things
during round trips to the server. Additionally, in an asp.net application
some things could be stored in hidden text boxes, but a web service has no
form, so I don't see a solution for you except that for textual information
you could possibly store it in a temporary file on the server which you
delete at the end of the service call.
 
i got it..
Alex codesample is great!!!
when someone need it in vb.net i transelated it.
thx for help
Milosz
 
Back
Top