To reqad a cookie you use Request.Cookies...
to write a cookie you use Response.Cookies....
I see code yo try to read Cookie but do not see code to write Cookie..
George.
Thank you, George. Yes, I do use the request and response objects as
you say. I apologize for not saying so.
The dll resides in the web site's bin directory and can both read and
write to a directory (after I set permissions). Cannot read or write a
cookie though.
Hate to have to rely on IP addresses but am considering it.
Nathan
> To reqad a cookie you use Request.Cookies...
> to write a cookie you use Response.Cookies....
[quoted text clipped - 17 lines]
> > Many thanks
> > Nathan
nathan_blakley@hotmail.com - 10 Feb 2008 15:57 GMT
I should have mentioned, this dll contains a CompositeControl.
Nathan
On Feb 9, 7:26 am, nathan_blak...@hotmail.com wrote:
> Thank you, George. Yes, I do use the request and response objects as
> you say. I apologize for not saying so.
[quoted text clipped - 25 lines]
> > > Many thanks
> > > Nathan