Lines Matching defs:soap_cookie
1437 struct soap_cookie struct
1438 { struct soap_cookie *next; argument
1439 char *name;
1440 char *value;
1441 char *domain;
1442 char *path;
1443 time_t expire; /* client-side: local time to expire */
1444 long maxage; /* server-side: seconds to expire */
1445 unsigned int version;
1446 short secure;
1447 short session; /* server-side */
1448 short env; /* server-side: got cookie from client and should not be (re)send */
1449 short modified; /* server-side: client cookie was modified and should be send */