CGI::Session::FileStore
class CGI::Session::FileStore
File-based session storage class.
Implements session storage as a flat file of 'key=value' values. This storage type only works directly with String values; the user is responsible for converting other types to Strings when storing and from Strings when retrieving.
Public Class Methods
Create a new 登录查看完整内容