Apache HTTP Server Request Library
#include <apreq_cookie.h>
Data Fields | |
apreq_cookie_version_t | version |
char * | path |
char * | domain |
char * | port |
unsigned | secure |
char * | comment |
char * | commentURL |
apr_time_t | max_age |
apreq_value_t | v |
|
RFC cookies may send a comment |
|
RFC cookies may place an URL here |
|
Restricts server domain |
|
total duration of cookie: -1 == session |
|
Restricts url path |
|
Restricts server port |
|
Notify browser of "https" requirement |
|
"raw" cookie value |
|
RFC or Netscape compliant cookie |