commit | bca9969daf2a491fdac59056489cbc4add8ed7bf | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 19:25:55 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Oct 30 19:04:32 2010 +0200 |
tree | 8f32c77bda39b32f76e9425fa0044311f05732fe | |
parent | 3193685865c95c43cfbf1f26b70af8678e9b1bd3 [diff] |
[MEDIUM] cookie: support client cookies with some contents appended to their value In all cookie persistence modes but prefix, we now support cookies whose value is suffixed with some contents after a vertical bar ('|'). This will be used to pass an optional expiration date. So as of now we only consider the part of the cookie value which is used before the vertical bar. (cherry picked from commit a4486bf4e5b03b5a980d03fef799f6407b2c992d)