class CGI::Session::PStore
def restore
Restore session state from the session's PStore file.
def restore unless @hash @p.transaction do @hash = @p['hash'] || {} end end @hash end
def restore unless @hash @p.transaction do @hash = @p['hash'] || {} end end @hash end