Read/Write Cookie in a Module
- From: "Larry Rebich" <lrebich@xxxxxxxxxxxxx>
- Date: Thu, 10 Aug 2006 20:12:59 GMT
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
.
- Follow-Ups:
- Re: Read/Write Cookie in a Module
- From: Laurent Bugnion
- Re: Read/Write Cookie in a Module
- Prev by Date: Re: "Open Website" missing from Visual Studio 2005
- Next by Date: ASP.NET and Dataset
- Previous by thread: Re: "Open Website" missing from Visual Studio 2005
- Next by thread: Re: Read/Write Cookie in a Module
- Index(es):
Relevant Pages
|