Name

pnotes — Pass values from one method/handler to another

Synopsis

sub pkit_auth_credential {
  # ...
  $model->pnotes(user_id => $user_id);
  # ...
}
     

Description

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.