% if (Request.ServerVariables("QUERY_STRING") = "") then Response.Cookies( "Cookie1") = "Chocolate" Response.Cookies("Cookie1").Expires = "Dec 31, 1996 07:49:37 PM" Response.Cookies( "Cookie1").Secure = false Response.Cookies( "VeryNiceHomeMadeCookie") = "Peanut" Response.Cookies( "VeryNiceHomeMadeCookie").Secure = false %>
!4Set-Cookie: Cookie1=Chocolate; expires=Wed, 01-Jan-1997 04:49:36 GMT; domain=bhavesh1; path=/smoke; secure
Set-Cookie: Cookie1=Chocolate; expires=Wed, 01-Jan-1997 04:49:36 GMT; domain=bhavesh1; path=/osmoke; secure
Set-Cookie: Cookie1=Chocolate; expires=Wed, 01-Jan-1997 04:49:36 GMT; domain=bhavesh1; path=/gsmoke; secure
Set-Cookie: Cookie1=Chocolate; expires=Wed, 01-Jan-1997 04:49:36 GMT; domain=bhavesh1; path=/ogsmoke; secure
!4Set-Cookie: VeryNiceHomeMadeCookie=NewPeanut; path=/smoke
Set-Cookie: VeryNiceHomeMadeCookie=NewPeanut; path=/osmoke
Set-Cookie: VeryNiceHomeMadeCookie=NewPeanut; path=/gsmoke
Set-Cookie: VeryNiceHomeMadeCookie=NewPeanut; path=/ogsmoke
!4Set-Cookie: NewCookie=hellocookie; path=/smoke
Set-Cookie: NewCookie=hellocookie; path=/osmoke
Set-Cookie: NewCookie=hellocookie; path=/gsmoke
Set-Cookie: NewCookie=hellocookie; path=/ogsmoke