class CGI::Session::PStore

def delete

Close and delete the session's PStore file.
def delete
  path = @p.path
  File::unlink path
end