Search: 
Knowledge Base Entry

Accepting and setting cookies with HTTP control

Date Entered:  11/11/1997

Last Update:  02/04/2004

APPLIES TO

SYNOPSIS

The web server I need to contact needs cookies. How can I accept and set them?

SOLUTION

Cookies sent by the server will arrive in the SetCookie event. There you can save the cookies for later use. When you need to send the cookies back to the server with your HTTP request, simply call the AddCookie method with the cookie name and value that you want to send. .

For more information on cookies, please refer also to Netscape's definition at http://home.netscape.com/newsref/std/cookie_spec.html

| About | Privacy Policy | Terms of Use |
© Copyright 2010 /n software inc.