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

Difference between revisions of "Cookies/Accessing A Cookie/Direct HTTP Programming (Server Side)"

From NetSec
Jump to: navigation, search
(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!")
 
(No difference)

Latest revision as of 07:31, 19 July 2012

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