PDA

View Full Version : Cookie Problem


BigPete
03-16-2005, 08:11 PM
I am sending an email using the CreateMHTMLBody Method. However, the page I am sending must filter through a database for the correct information based on a cookie. But when I try to use Request.Cookies("CookieName") on that page, it comes up empty . . . nothing. Is there a way to correct this?

BarrMan
03-17-2005, 11:54 AM
Can you send the code?

BigPete
03-17-2005, 12:40 PM
well, i think i found a way that I can code around it. I'll just pass the cookie to the page as a querystring. that seems to work

BarrMan
03-17-2005, 12:53 PM
Oh, Ok.