Class: _APPLICATION_UPCODE_::Session

Inherits:
RubyApp::Session show all
Defined in:
lib/ruby_app/templates/application/lib/_APPLICATION_DOWNCODE_/session.rb

Instance Attribute Summary

Attributes inherited from RubyApp::Session

#data, #expires, #identity, #pages, #session_id

Instance Method Summary collapse

Methods inherited from RubyApp::Session

#expired?, generate_session_id, get, get_session, load!, lock_sessions, #quit!, #reset!, sessions, #show_dialog, start_thread!, stop_thread!, unload!

Methods included from RubyApp::Mixins::ConfigurationMixin

#configuration

Methods included from RubyApp::Mixins::DelegateMixin

#method_missing

Methods included from RubyApp::Mixins::TranslateMixin

#localize, #translate

Constructor Details

#initializeSession

Returns a new instance of Session.



10
11
12
13
# File 'lib/ruby_app/templates/application/lib/_APPLICATION_DOWNCODE_/session.rb', line 10

def initialize
  require '_APPLICATION_DOWNCODE_/elements/pages/default_page'
  super(_APPLICATION_UPCODE_::Elements::Pages::DefaultPage.new)
end