You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* made sure that the session data contains no \r or \n.
52
-
* made sure that the cookie is a valid md5sum.
53
-
* added Auth_memCookie_SessionHeaders option to specify which headers should be cleared from the input headers and taken from the session data.
54
-
* added szAuth_memCookie_AuthentificationURI to configure that the session is created by doing a subrequest to the specfied
55
-
* URI and using the returned headers (uses the configured SessionHeaders).
56
-
* added Auth_memCookie_AuthentificationHeader option to tell the module that it can take the user name from the specified header when it creates the session.
57
-
* added Auth_memCookie_AuthentificationURIOnlyAuth to make it * just run the authentification steps for the subrequest (data is taken from the input headers in that case).
58
-
* added Auth_memCookie_CookieDomain to specify a domain for the session cookie.
59
-
* added Auth_memCookie_AllowAnonymous to specify that no session is required for the request.
60
-
* added Auth_memCookie_CommandHeader to specify a way to issue commands for session managemant: "login" makes it ignore the AllowAnonymous flag, "logout" deletes the session.
0 commit comments