pnotes — Pass values from one method/handler to another
sub pkit_auth_credential {
# ...
$model->pnotes(user_id => $user_id);
# ...
}
Wrapper to mod_perl's pnotes method, used to pass values from one handler to another.
In the example above the user_id is set when the user gets authenticated.