=?Utf-8?B?Sm9zZXBoIEsuIENvYmI=?= <JosephKCobb@discussions.microsoft.com>
wrote in news:C350902C-4B30-44BD-8961-36E85388A351@microsoft.com:
> I was wondering if there is a simple way to persist a value between
> calls to a Webservice that would yield something similar to a Session
> variable or Query string? Specifically, I'm trying to pass a parameter
> to a Crystal Report webservice which requires binding during
> Instantiation. I need set the value of the string at this time.
You can enable session variables in a web service.
http://msdn2.microsoft.com/en-us/library/hk34sw2t.aspx
Generally not recommended.