All Downloads are FREE. Search and download functionalities are using the official Maven repository.

action_controller.session.java_servlet_store.rb Maven / Gradle / Ivy

#--
# Copyright (c) 2010-2012 Engine Yard, Inc.
# Copyright (c) 2007-2009 Sun Microsystems, Inc.
# This source code is available under the MIT license.
# See the file LICENSE.txt for details.
#++

require 'jruby/rack/session_store'

module ActionController
  module Session
    JavaServletStore = JRuby::Rack::Session::SessionStore
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy