I am using windows client to call webservices.
Can I use sessions in WebServices like how I use to create a asp.net
website?
Will I be able to set the session timeout property also.
Thanks,
-Asfar
>I am using windows client to call webservices.
> Can I use sessions in WebServices like how I use to create a asp.net
> website?
>
> Will I be able to set the session timeout property also.
Yes.
All methods that wish to use session must have the attribute
'Session(Enabled=true)' attached. You may wish to attach it at the class
level.

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------