In an application I am working on I wish to remove cookies at one 
point.  This is a web site using ASP.  I have a cookies with multiple 
indexes see below:

Response.Cookies ("Key1") ("Index1") = ""
Response.Cookies ("Key1") ("Index2") = ""
Response.Cookies ("Key1") ("Index3") = ""
Response.Cookies ("Key1") ("Index4") = ""

Response.Cookies ("Key2") ("Index1") = ""
Response.Cookies ("Key2") ("Index2") = ""
Response.Cookies ("Key2") ("Index3") = ""
Response.Cookies ("Key2") ("Index4") = ""

Sometimes I want to remove one index ie: ("Key2") ("Index3") 
At another point I wish to remove all of one key ie: ("Key1")

How do I accomplish this?  

Is it as simple as Response.Cookies ("Key2") ("Index3") = "" 
 and Response.Cookies ("Key1") = ""????
  





---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to