Apache2::Controller::Log::SessionSave - Log phase handler to save


Apache2-Controller documentation  | view source Contained in the Apache2-Controller distribution.

Index


NAME

Top

Apache2::Controller::Log::SessionSave - Log phase handler to save session data from Apache2::Controller::Session hook.

VERSION

Top

Version 1.000.111

SYNOPSIS

Top

Don't do anything with this handler. It's set by Apache2::Controller::Session to save your session.

METHODS

Top

process

If aborted connection, don't save, and return.

If status >- 300 and not set $r->pnotes->{a2c}{session_force_save}, don't save, and return.

If session object is not tied, throw an error. This may not do anything noticible to the user since the request response is finished, but you'll see it in the log.

Update the top-level timestamp in the session if the directive A2C_Session_Always_Save is set.

Untie the session so Apache::Session saves it or not.

SEE ALSO

Top

Apache2::Controller::Session

Apache2::Controller

Apache::Session

AUTHOR

Top

Mark Hedges, <hedges at formdata.biz>

COPYRIGHT & LICENSE

Top


Apache2-Controller documentation  | view source Contained in the Apache2-Controller distribution.