Re: How does Response.Cookies really work with keys?
From: Dave Anderson (GTSPXOESSGOQ_at_spammotel.com)
Date: 04/13/04
- Next message: Scott McNair: "Re: sample ASP XP Mail component"
- Previous message: Curt_C [MVP]: "Re: sample ASP XP Mail component"
- In reply to: JJA: "How does Response.Cookies really work with keys?"
- Next in thread: Dave Anderson: "Re: How does Response.Cookies really work with keys?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Apr 2004 13:26:18 -0500
JJA wrote:
>
> Is there some property I could add to make Response.Cookies
> merge data into a Javascript written cookie (with keys)
> rather than overwrite it?
I don't understand the question. Are you asking whether you can add to the
Request.Cookies collection? (Answer: no, though I suppose it *might* be
useful in conjuction with Server.Transfer...)
The cookie values can obviously be merged with any other values you like.
But if you want to store those merged values in a cookie on the client, you
have two options: put the values in the Response.Cookies collection or use
client-side scripting to do it.
As for merging -vs- overwriting, who cares how the client deals with the
cookie?
-- Dave Anderson Unsolicited commercial email will be read at a cost of $500 per message. Use of this email address implies consent to these terms. Please do not contact me directly or ask me to contact you directly for assistance. If your question is worth asking, it's worth posting.
- Next message: Scott McNair: "Re: sample ASP XP Mail component"
- Previous message: Curt_C [MVP]: "Re: sample ASP XP Mail component"
- In reply to: JJA: "How does Response.Cookies really work with keys?"
- Next in thread: Dave Anderson: "Re: How does Response.Cookies really work with keys?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|