Help for this page

Select Code to Download


  1. or download this
    tie %s, 'Apache::Session::File', undef {
    Directory     => '/tmp/sessions',
    };
    
  2. or download this
    tie %s, 'Apache::Session::File', undef, {
    Directory     => '/tmp/sessions',
    };