Questions about this topic? Sign up to ask in the talk tab.

Cookies/Accessing A Cookie/Direct HTTP Programming (Server Side)

From NetSec
Revision as of 07:31, 19 July 2012 by Chantal21I (Talk | contribs) (Created page with "You have to parse the headers sent by the client, and to check for set-cookie headers. Remember, HTTP protocol is not case-sensitive!")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You have to parse the headers sent by the client, and to check for set-cookie headers. Remember, HTTP protocol is not case-sensitive!