HttpGetCookieValue


int HttpGetCookieValue ( HttpConnection hConn , const char *pCookie )

 
Gets a single cookie of the current request as interger value.

 
hConn pointer to the connection data
 
pCookie is the name of the cookie
 
Returns a pointer to the cookie or 0 if not found.
 

 

see also:

AzHttp Overview | HttpAddCookie | HttpGetCookie | HttpGetCookies