I am trying to create a custom class (.vb) to handle reading cookies from an
intranet site.
I know it's pretty straight forward to do from the .aspx page just using
Request.cookies, but am having some difficluty
implementing that from that from my VB class. Is there a simple way to
implement?
Thanks.
George Ter-Saakov - 12 Feb 2008 18:05 GMT
use HttpContext.Current.Request
George.
>I am trying to create a custom class (.vb) to handle reading cookies from
>an intranet site.
[quoted text clipped - 4 lines]
>
> Thanks.
Craig M - 12 Feb 2008 18:45 GMT
Thanks!
> use HttpContext.Current.Request
>
[quoted text clipped - 8 lines]
>>
>> Thanks.