Class CGI::Session::NullStore
In: lib/cgi/session.rb
Parent: Object

Dummy session storage class.

Implements session storage place holder. No actual storage will be done.

Methods

close   delete   new   restore   update  

Public Class methods

Create a new NullStore instance.

session is the session this instance is associated with. option is a list of initialisation options. None are currently recognised.

Public Instance methods

Close session storage.

A no-op.

Delete the session state.

A no-op.

Restore (empty) session state.

Update session state.

A no-op.

[Validate]

ruby-doc.org is hosted and run by James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, Arizona. Ruby-doc.org was created in 2002 to promote the Ruby language and to help other Ruby hackers.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.