haproxy/include/types
Cyril Bonté 47fdd8e993 [MINOR] add the "ignore-persist" option to conditionally ignore persistence
This is used to disable persistence depending on some conditions (for
example using an ACL matching static files or a specific User-Agent).
You can see it as a complement to "force-persist".

In the configuration file, the force-persist/ignore-persist declaration
order define the rules priority.

Used with the "appsesion" keyword, it can also help reducing memory usage,
as the session won't be hashed the persistence is ignored.
2010-04-25 22:37:14 +02:00
..
acl.h
…
auth.h
…
backend.h
…
buffers.h
…
capture.h
…
checks.h
…
counters.h
…
fd.h
…
freq_ctr.h
…
global.h
…
hdr_idx.h
…
httperr.h
…
lb_chash.h
…
lb_fwlc.h
…
lb_fwrr.h
…
lb_map.h
…
log.h
…
pattern.h
…
pipe.h
…
port_range.h
…
proto_http.h [MINOR] add the "ignore-persist" option to conditionally ignore persistence 2010-04-25 22:37:14 +02:00
proto_tcp.h
…
protocols.h
…
proxy.h [MINOR] add the "ignore-persist" option to conditionally ignore persistence 2010-04-25 22:37:14 +02:00
queue.h
…
server.h
…
session.h [MINOR] add the "ignore-persist" option to conditionally ignore persistence 2010-04-25 22:37:14 +02:00
signal.h
…
stick_table.h
…
stream_interface.h
…
task.h
…
template.h
…