Thanks, I didn't think of that......

--- In [email protected], Chris Hagwood <[EMAIL PROTECTED]> 
wrote:
> > 
> > 
> > 
> > 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") = ""????
> 
>  Response.Cookies("Key2")("Index3").Expires = Date() - 1
>   ' Sets the cookie expiration date to yesterday, which deletes it
> 
> 
> [Non-text portions of this message have been removed]




---------------------------------------------------------------------    
 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