Hi All,
I'm looking for some advice on how to achieve lengthly (2 hours+)
persistence with cookie insertion. I know that by default the cookies
do not expire, but we are concerned here with the actual session
duration. For example, say we are dealing with a web-based CMS where
the user wants to be logged in for hours, but is not necessarily
refreshing the screen frequently. How do we ensure he stays logged in?
I'm aware that HAProxy does not support http keep-alive. Is the
'clitimeout' setting the right way to go?
Also interested in knowing the *default* persistence timeout.
Any pointers greatly appreciated.
James