Hi, The attached patch adds a new feature to Apache::AuthCookie to allow customization of the access cookie name. I needed to be able to have a different cookie name than AuthType_AuthName. Includes the following documentation section addition:
=item 5 You can optionally specify the name of your access cookies with the following directive: PerlSetVar AuthCookieName MyCustomLogin_ID If not set, the default cookie name is "<AuthType>_<AuthName>" -Adi
authcookie-name.patch
Description: Binary data
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html