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

Apache::Session::Ipc - An implementation of Apache::Session

SYNOPSIS

  use Apache::Session::Ipc;
 
 tie %session, 'Apache::Session::Ipc, $id, {
    IpcName => 'SESS',

 };

DESCRIPTION

This module is an implementation of Apache::Session. It uses the IPC shared memory store. See the example, and the documentation for Apache::Session::Store::Ipc and Apache::Session::Lock::Ipc for more details.

AUTHOR

This module was written by Xavier Guimard <x.guimard@free.fr>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Xavier Guimard

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

Apache::Session::File, Apache::Session::Flex, Apache::Session::DB_File, Apache::Session::Postgres, Apache::Session