L
Larry Rebich
How do I read and write a cookie in an ASP.Net module?
I can get this code to work in an aspx.vb class but not in a regular VB
module:
Response.Cookies.Add(c)
Response is not a recognized command in the module. I've tried importing
System.Web into the module but that is not allowed.
What I'm trying to do is centralize cookie processing. Perhaps there is a
better way.
Cheers,
Larry Rebich
I can get this code to work in an aspx.vb class but not in a regular VB
module:
Response.Cookies.Add(c)
Response is not a recognized command in the module. I've tried importing
System.Web into the module but that is not allowed.
What I'm trying to do is centralize cookie processing. Perhaps there is a
better way.
Cheers,
Larry Rebich