Subject: | Cannot set filename pattern for session file |
Setting a pattern for the name of session files is not possible. Default
pattern ('cgisess_%s') is used anyway.
Example reference lines from the manual follow.
$CGI::Session::Driver::file::FileName = "%s.dat";
$s = new CGI::Session();
Thanks
Andrea Grillini