Forum Moderators: phranque
I check in authen_cred (I'm using Apache::AuthCookie) for the existance of my authorisation cookie and check userid and password.
(I'm using $r->subprocess_env(...) to pass information back to my login form).
my authen_ses_key method just returns the $cookie_value.
I use the require group directive to check if the user is authorized to view the page.
I implemented the group method in which I verify if the user belongs to the required group.
Luc.