File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 609609#OIDCStripCookies [<cookie-name>]+
610610
611611# Specify the maximum number of state cookies, i.e. the maximum number of parallel outstanding
612- # authentication requests. See: https://github.com/OpenIDC/mod_auth_openidc/issues/331
613- # Setting this to 0 means unlimited, until the browser or server gives up which is the
614- # behavior of mod_auth_openidc < 2.3.8, which did not have this configuration option.
615- #
616- # The optional second boolean parameter if the oldest state cookie(s) will be deleted,
617- # even if still valid; see #399.
618- #
619- # When not defined, the default is 7 and "false", thus the oldest cookie(s) will not be deleted.
612+ # authentication requests. See: https://github.com/OpenIDC/mod_auth_openidc/wiki/Cookies#state-cookie
613+ # Setting this to 0 means unlimited, until the browser or server gives up.
614+ # The optional second boolean parameter if the oldest state cookie(s) will be deleted, even if still
615+ # valid to limit the number of cookies. Use the latter with care as it could result in browser looping.
616+ # When not defined, the default is 7 and "false".
620617#OIDCStateMaxNumberOfCookies <number> [false|true]
621618
622619# Define the cookie prefix for the state cookie.
You can’t perform that action at this time.
0 commit comments