apreq_cookie_t(3)

NAME

apreq_cookie_t - Cookie type, supporting both Netscape and
RFC cookie specifications.

SYNOPSIS

#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

Detailed Description

Cookie type, supporting both Netscape and RFC cookie
specifications.

Field Documentation

char* apreq_cookie_t::comment
RFC cookies may send a comment
char* apreq_cookie_t::commentURL
RFC cookies may place an URL here
char* apreq_cookie_t::domain
Restricts server domain
apr_time_t apreq_cookie_t::max_age
total duration of cookie: -1 == session
char* apreq_cookie_t::path
Restricts url path
char* apreq_cookie_t::port
Restricts server port
unsigned apreq_cookie_t::secure
Notify browser of 'https' requirement
apreq_value_t apreq_cookie_t::v apreq_cookie_version_t apreq_cookie_t::version
RFC or Netscape compliant cookie

Author

Generated automatically by Doxygen for libapreq2 from the
source code.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout