ednayap Posted August 20, 2003 Posted August 20, 2003 hie all!! do you know how can i update to an existing cookie? tanx Quote ##EYPS##
Administrators PlausiblyDamp Posted August 20, 2003 Administrators Posted August 20, 2003 If you send it back with the same name as the original it should replace the existing one. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
ednayap Posted August 21, 2003 Author Posted August 21, 2003 i tried many ways...even the books codes..but it doesn't seem to work.. im using session too. will this conflict with cookies? Quote ##EYPS##
Cassio Posted August 22, 2003 Posted August 22, 2003 Don´t forget to use the method Response.Cookies.Add("MyCookie") after you change its value. Quote Stream of Consciousness (My blog)
ednayap Posted August 22, 2003 Author Posted August 22, 2003 yeap i did that.... but the weird thing now is that is doesn't save my cookie value as it should..but instead it saved the value 1 and other funny characters.. Quote ##EYPS##
mr relaxo Posted August 23, 2003 Posted August 23, 2003 You could store whatever values you want to keep from the existing cookie in variables then rewrite the cookie so you dont lose any information you wanted. Quote You can not get ye flask.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.