The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::iNcom::Session - Apache::Session implementation for Apache::iNcom

SYNOPSIS

use Apache::iNcom::Session;

DESCRIPTION

This is a subclass of Apache::Session used by the iNcom framework. This Apache::Session implementation used the DBIBase64Store and NullLocker for handling session persistence.

The other special thing about this implementation is that session IDs are 128bits long and generated using the /dev/urandom device if available.

This is a security feature to make session id very hard to guess.

AUTHOR

Copyright (c) 1999 Francis J. Lacoste and iNsu Innovations Inc. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

SEE ALSO

Apache::iNcom(3) Apache::Session(3) Apache::Session::DBIBase64Store(3) Apache::Session::NullLocker(3)