The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Interchange6::Schema::ResultSet::Session

SYNOPSIS

Check for expired sessions and carts.

expire( $expires )

Checks for expired sessions where $expires is either in seconds or human readable format. Example '2 hours'. If the cart user is registered the session will be deleted but and the cart's session_id will be made NULL. Anonymous sessions/carts will be deleted.