File: pstore.rb [cgi: Ruby Standard Library Documentation]
Last Modified
2017-04-01 12:51:23 -0500
Requires
  • cgi/session
  • pstore
  • digest/md5

Description

frozen_string_literal: false

cgi/session/pstore.rb - persistent storage of marshalled session data

Documentation: William Webber (william@williamwebber.com)

Overview

This file provides the CGI::Session::PStore class, which builds persistent of session data on top of the pstore library. See cgi/session.rb for more details on session storage managers.