Click to See Complete Forum and Search --> : I need help understanding cookies!


tirion_angel
08-14-2006, 04:21 PM
Okay, yes, so I realise, I'm full of questions, but I really can't get this into my skull.

So you can make a cookie, name it whatever, right? What I need to do is create a cookie that holds the current project id for my company, and then hold that, so when the user comes back to log on, it remembers what project they were in. BUT how can one change the original cookie?

I think I am confusing myself.

russell
08-14-2006, 07:43 PM
same way u set it

Response.Cookies("Cookie_Name") = newValue