Constant

CgiRequest::DEFAULT_SESSION_OPTIONS

There's no documentation for this item.

{
:database_manager => CGI::Session::CookieStore, # store data in cookie
:prefix           => "ruby_sess.",    # prefix session file names
:session_path     => "/",             # available to all paths in app
:session_key      => "_session_id",
:cookie_only      => true
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.