multi_session 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +110 -0
- data/Rakefile +12 -0
- data/lib/generators/multi_session/install_generator.rb +10 -0
- data/lib/generators/templates/multi_session.rb +7 -0
- data/lib/multi_session/helper.rb +21 -0
- data/lib/multi_session/railtie.rb +7 -0
- data/lib/multi_session/session.rb +59 -0
- data/lib/multi_session/version.rb +3 -0
- data/lib/multi_session.rb +15 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/config/manifest.js +2 -0
- data/spec/dummy/app/assets/javascripts/application.js +14 -0
- data/spec/dummy/app/assets/stylesheets/application.css +15 -0
- data/spec/dummy/app/controllers/application_controller.rb +2 -0
- data/spec/dummy/app/controllers/multi_session_test_controller.rb +18 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/jobs/application_job.rb +2 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/multi_session_test/some_action.html.erb +1 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/bin/setup +25 -0
- data/spec/dummy/bin/update +25 -0
- data/spec/dummy/config/application.rb +29 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/credentials.yml.enc +1 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +40 -0
- data/spec/dummy/config/environments/production.rb +68 -0
- data/spec/dummy/config/environments/test.rb +36 -0
- data/spec/dummy/config/initializers/application_controller_renderer.rb +8 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/content_security_policy.rb +25 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +5 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +4 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +9 -0
- data/spec/dummy/config/locales/en.yml +33 -0
- data/spec/dummy/config/master.key +1 -0
- data/spec/dummy/config/puma.rb +34 -0
- data/spec/dummy/config/routes.rb +5 -0
- data/spec/dummy/config/spring.rb +6 -0
- data/spec/dummy/config.ru +5 -0
- data/spec/dummy/log/development.log +0 -0
- data/spec/dummy/log/test.log +396 -0
- data/spec/dummy/public/404.html +67 -0
- data/spec/dummy/public/422.html +67 -0
- data/spec/dummy/public/500.html +66 -0
- data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
- data/spec/dummy/public/apple-touch-icon.png +0 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/requests/multi_session_spec.rb +40 -0
- data/spec/spec_helper.rb +19 -0
- metadata +188 -0
@@ -0,0 +1,29 @@
|
|
1
|
+
require_relative 'boot'
|
2
|
+
|
3
|
+
require 'rails'
|
4
|
+
# Pick the frameworks you want:
|
5
|
+
require 'active_model/railtie'
|
6
|
+
require 'active_job/railtie'
|
7
|
+
# require 'active_record/railtie'
|
8
|
+
# require 'active_storage/engine'
|
9
|
+
require 'action_controller/railtie'
|
10
|
+
# require 'action_mailer/railtie'
|
11
|
+
require 'action_view/railtie'
|
12
|
+
# require 'action_cable/engine'
|
13
|
+
# require 'sprockets/railtie'
|
14
|
+
# require 'rails/test_unit/railtie'
|
15
|
+
|
16
|
+
Bundler.require(*Rails.groups)
|
17
|
+
require 'multi_session'
|
18
|
+
|
19
|
+
module Dummy
|
20
|
+
class Application < Rails::Application
|
21
|
+
# Initialize configuration defaults for originally generated Rails version.
|
22
|
+
config.load_defaults 5.2
|
23
|
+
|
24
|
+
# Settings in config/environments/* take precedence over those specified here.
|
25
|
+
# Application configuration can go into files in config/initializers
|
26
|
+
# -- all .rb files in that directory are automatically loaded after loading
|
27
|
+
# the framework and any gems in your application.
|
28
|
+
end
|
29
|
+
end
|
@@ -0,0 +1 @@
|
|
1
|
+
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--t4syXAZsdxGIKP+j--pOutOQKbRuyA2Zy0YzI/yg==
|
@@ -0,0 +1,40 @@
|
|
1
|
+
Rails.application.configure do
|
2
|
+
# Settings specified here will take precedence over those in config/application.rb.
|
3
|
+
|
4
|
+
# In the development environment your application's code is reloaded on
|
5
|
+
# every request. This slows down response time but is perfect for development
|
6
|
+
# since you don't have to restart the web server when you make code changes.
|
7
|
+
config.cache_classes = false
|
8
|
+
|
9
|
+
# Do not eager load code on boot.
|
10
|
+
config.eager_load = false
|
11
|
+
|
12
|
+
# Show full error reports.
|
13
|
+
config.consider_all_requests_local = true
|
14
|
+
|
15
|
+
# Enable/disable caching. By default caching is disabled.
|
16
|
+
# Run rails dev:cache to toggle caching.
|
17
|
+
if Rails.root.join('tmp', 'caching-dev.txt').exist?
|
18
|
+
config.action_controller.perform_caching = true
|
19
|
+
|
20
|
+
config.cache_store = :memory_store
|
21
|
+
config.public_file_server.headers = {
|
22
|
+
'Cache-Control' => "public, max-age=#{2.days.to_i}"
|
23
|
+
}
|
24
|
+
else
|
25
|
+
config.action_controller.perform_caching = false
|
26
|
+
|
27
|
+
config.cache_store = :null_store
|
28
|
+
end
|
29
|
+
|
30
|
+
# Print deprecation notices to the Rails logger.
|
31
|
+
config.active_support.deprecation = :log
|
32
|
+
|
33
|
+
|
34
|
+
# Raises error for missing translations
|
35
|
+
# config.action_view.raise_on_missing_translations = true
|
36
|
+
|
37
|
+
# Use an evented file watcher to asynchronously detect changes in source code,
|
38
|
+
# routes, locales, etc. This feature depends on the listen gem.
|
39
|
+
# config.file_watcher = ActiveSupport::EventedFileUpdateChecker
|
40
|
+
end
|
@@ -0,0 +1,68 @@
|
|
1
|
+
Rails.application.configure do
|
2
|
+
# Settings specified here will take precedence over those in config/application.rb.
|
3
|
+
|
4
|
+
# Code is not reloaded between requests.
|
5
|
+
config.cache_classes = true
|
6
|
+
|
7
|
+
# Eager load code on boot. This eager loads most of Rails and
|
8
|
+
# your application in memory, allowing both threaded web servers
|
9
|
+
# and those relying on copy on write to perform better.
|
10
|
+
# Rake tasks automatically ignore this option for performance.
|
11
|
+
config.eager_load = true
|
12
|
+
|
13
|
+
# Full error reports are disabled and caching is turned on.
|
14
|
+
config.consider_all_requests_local = false
|
15
|
+
config.action_controller.perform_caching = true
|
16
|
+
|
17
|
+
# Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"]
|
18
|
+
# or in config/master.key. This key is used to decrypt credentials (and other encrypted files).
|
19
|
+
# config.require_master_key = true
|
20
|
+
|
21
|
+
# Disable serving static files from the `/public` folder by default since
|
22
|
+
# Apache or NGINX already handles this.
|
23
|
+
config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
|
24
|
+
|
25
|
+
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
|
26
|
+
# config.action_controller.asset_host = 'http://assets.example.com'
|
27
|
+
|
28
|
+
# Specifies the header that your server uses for sending files.
|
29
|
+
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
|
30
|
+
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
|
31
|
+
|
32
|
+
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
33
|
+
# config.force_ssl = true
|
34
|
+
|
35
|
+
# Use the lowest log level to ensure availability of diagnostic information
|
36
|
+
# when problems arise.
|
37
|
+
config.log_level = :debug
|
38
|
+
|
39
|
+
# Prepend all log lines with the following tags.
|
40
|
+
config.log_tags = [ :request_id ]
|
41
|
+
|
42
|
+
# Use a different cache store in production.
|
43
|
+
# config.cache_store = :mem_cache_store
|
44
|
+
|
45
|
+
# Use a real queuing backend for Active Job (and separate queues per environment)
|
46
|
+
# config.active_job.queue_adapter = :resque
|
47
|
+
# config.active_job.queue_name_prefix = "dummy_#{Rails.env}"
|
48
|
+
|
49
|
+
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
50
|
+
# the I18n.default_locale when a translation cannot be found).
|
51
|
+
config.i18n.fallbacks = true
|
52
|
+
|
53
|
+
# Send deprecation notices to registered listeners.
|
54
|
+
config.active_support.deprecation = :notify
|
55
|
+
|
56
|
+
# Use default logging formatter so that PID and timestamp are not suppressed.
|
57
|
+
config.log_formatter = ::Logger::Formatter.new
|
58
|
+
|
59
|
+
# Use a different logger for distributed setups.
|
60
|
+
# require 'syslog/logger'
|
61
|
+
# config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
|
62
|
+
|
63
|
+
if ENV["RAILS_LOG_TO_STDOUT"].present?
|
64
|
+
logger = ActiveSupport::Logger.new(STDOUT)
|
65
|
+
logger.formatter = config.log_formatter
|
66
|
+
config.logger = ActiveSupport::TaggedLogging.new(logger)
|
67
|
+
end
|
68
|
+
end
|
@@ -0,0 +1,36 @@
|
|
1
|
+
Rails.application.configure do
|
2
|
+
# Settings specified here will take precedence over those in config/application.rb.
|
3
|
+
|
4
|
+
# The test environment is used exclusively to run your application's
|
5
|
+
# test suite. You never need to work with it otherwise. Remember that
|
6
|
+
# your test database is "scratch space" for the test suite and is wiped
|
7
|
+
# and recreated between test runs. Don't rely on the data there!
|
8
|
+
config.cache_classes = true
|
9
|
+
|
10
|
+
# Do not eager load code on boot. This avoids loading your whole application
|
11
|
+
# just for the purpose of running a single test. If you are using a tool that
|
12
|
+
# preloads Rails for running tests, you may have to set it to true.
|
13
|
+
config.eager_load = false
|
14
|
+
|
15
|
+
# Configure public file server for tests with Cache-Control for performance.
|
16
|
+
config.public_file_server.enabled = true
|
17
|
+
config.public_file_server.headers = {
|
18
|
+
'Cache-Control' => "public, max-age=#{1.hour.to_i}"
|
19
|
+
}
|
20
|
+
|
21
|
+
# Show full error reports and disable caching.
|
22
|
+
config.consider_all_requests_local = true
|
23
|
+
config.action_controller.perform_caching = false
|
24
|
+
|
25
|
+
# Raise exceptions instead of rendering exception templates.
|
26
|
+
config.action_dispatch.show_exceptions = false
|
27
|
+
|
28
|
+
# Disable request forgery protection in test environment.
|
29
|
+
config.action_controller.allow_forgery_protection = false
|
30
|
+
|
31
|
+
# Print deprecation notices to the stderr.
|
32
|
+
config.active_support.deprecation = :stderr
|
33
|
+
|
34
|
+
# Raises error for missing translations
|
35
|
+
# config.action_view.raise_on_missing_translations = true
|
36
|
+
end
|
@@ -0,0 +1,7 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
|
3
|
+
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
|
4
|
+
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
|
5
|
+
|
6
|
+
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
|
7
|
+
# Rails.backtrace_cleaner.remove_silencers!
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
|
3
|
+
# Define an application-wide content security policy
|
4
|
+
# For further information see the following documentation
|
5
|
+
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy
|
6
|
+
|
7
|
+
# Rails.application.config.content_security_policy do |policy|
|
8
|
+
# policy.default_src :self, :https
|
9
|
+
# policy.font_src :self, :https, :data
|
10
|
+
# policy.img_src :self, :https, :data
|
11
|
+
# policy.object_src :none
|
12
|
+
# policy.script_src :self, :https
|
13
|
+
# policy.style_src :self, :https
|
14
|
+
|
15
|
+
# # Specify URI for violation reports
|
16
|
+
# # policy.report_uri "/csp-violation-report-endpoint"
|
17
|
+
# end
|
18
|
+
|
19
|
+
# If you are using UJS then enable automatic nonce generation
|
20
|
+
# Rails.application.config.content_security_policy_nonce_generator = -> request { SecureRandom.base64(16) }
|
21
|
+
|
22
|
+
# Report CSP violations to a specified URI
|
23
|
+
# For further information see the following documentation:
|
24
|
+
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only
|
25
|
+
# Rails.application.config.content_security_policy_report_only = true
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
|
3
|
+
# Add new inflection rules using the following format. Inflections
|
4
|
+
# are locale specific, and you may define rules for as many different
|
5
|
+
# locales as you wish. All of these examples are active by default:
|
6
|
+
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
7
|
+
# inflect.plural /^(ox)$/i, '\1en'
|
8
|
+
# inflect.singular /^(ox)en/i, '\1'
|
9
|
+
# inflect.irregular 'person', 'people'
|
10
|
+
# inflect.uncountable %w( fish sheep )
|
11
|
+
# end
|
12
|
+
|
13
|
+
# These inflection rules are supported but not enabled by default:
|
14
|
+
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
15
|
+
# inflect.acronym 'RESTful'
|
16
|
+
# end
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
|
3
|
+
# This file contains settings for ActionController::ParamsWrapper which
|
4
|
+
# is enabled by default.
|
5
|
+
|
6
|
+
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
|
7
|
+
ActiveSupport.on_load(:action_controller) do
|
8
|
+
wrap_parameters format: [:json]
|
9
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# Files in the config/locales directory are used for internationalization
|
2
|
+
# and are automatically loaded by Rails. If you want to use locales other
|
3
|
+
# than English, add the necessary files in this directory.
|
4
|
+
#
|
5
|
+
# To use the locales, use `I18n.t`:
|
6
|
+
#
|
7
|
+
# I18n.t 'hello'
|
8
|
+
#
|
9
|
+
# In views, this is aliased to just `t`:
|
10
|
+
#
|
11
|
+
# <%= t('hello') %>
|
12
|
+
#
|
13
|
+
# To use a different locale, set it with `I18n.locale`:
|
14
|
+
#
|
15
|
+
# I18n.locale = :es
|
16
|
+
#
|
17
|
+
# This would use the information in config/locales/es.yml.
|
18
|
+
#
|
19
|
+
# The following keys must be escaped otherwise they will not be retrieved by
|
20
|
+
# the default I18n backend:
|
21
|
+
#
|
22
|
+
# true, false, on, off, yes, no
|
23
|
+
#
|
24
|
+
# Instead, surround them with single quotes.
|
25
|
+
#
|
26
|
+
# en:
|
27
|
+
# 'true': 'foo'
|
28
|
+
#
|
29
|
+
# To learn more, please read the Rails Internationalization guide
|
30
|
+
# available at http://guides.rubyonrails.org/i18n.html.
|
31
|
+
|
32
|
+
en:
|
33
|
+
hello: "Hello world"
|
@@ -0,0 +1 @@
|
|
1
|
+
e2fd1155685c60b4f1b2cb2333c71e58
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# Puma can serve each request in a thread from an internal thread pool.
|
2
|
+
# The `threads` method setting takes two numbers: a minimum and maximum.
|
3
|
+
# Any libraries that use thread pools should be configured to match
|
4
|
+
# the maximum value specified for Puma. Default is set to 5 threads for minimum
|
5
|
+
# and maximum; this matches the default thread size of Active Record.
|
6
|
+
#
|
7
|
+
threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }
|
8
|
+
threads threads_count, threads_count
|
9
|
+
|
10
|
+
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
|
11
|
+
#
|
12
|
+
port ENV.fetch("PORT") { 3000 }
|
13
|
+
|
14
|
+
# Specifies the `environment` that Puma will run in.
|
15
|
+
#
|
16
|
+
environment ENV.fetch("RAILS_ENV") { "development" }
|
17
|
+
|
18
|
+
# Specifies the number of `workers` to boot in clustered mode.
|
19
|
+
# Workers are forked webserver processes. If using threads and workers together
|
20
|
+
# the concurrency of the application would be max `threads` * `workers`.
|
21
|
+
# Workers do not work on JRuby or Windows (both of which do not support
|
22
|
+
# processes).
|
23
|
+
#
|
24
|
+
# workers ENV.fetch("WEB_CONCURRENCY") { 2 }
|
25
|
+
|
26
|
+
# Use the `preload_app!` method when specifying a `workers` number.
|
27
|
+
# This directive tells Puma to first boot the application and load code
|
28
|
+
# before forking the application. This takes advantage of Copy On Write
|
29
|
+
# process behavior so workers use less memory.
|
30
|
+
#
|
31
|
+
# preload_app!
|
32
|
+
|
33
|
+
# Allow puma to be restarted by `rails restart` command.
|
34
|
+
plugin :tmp_restart
|
File without changes
|
@@ -0,0 +1,396 @@
|
|
1
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 10:54:34 -0500
|
2
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 10:56:10 -0500
|
3
|
+
Processing by MultiSessionTestController#some_action as HTML
|
4
|
+
Completed 406 Not Acceptable in 82ms
|
5
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 10:56:47 -0500
|
6
|
+
Processing by MultiSessionTestController#some_action as HTML
|
7
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
8
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.8ms)
|
9
|
+
Completed 200 OK in 8ms (Views: 6.1ms)
|
10
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:03:45 -0500
|
11
|
+
Processing by MultiSessionTestController#some_action as HTML
|
12
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
13
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.7ms)
|
14
|
+
Completed 200 OK in 8ms (Views: 5.8ms)
|
15
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:04:32 -0500
|
16
|
+
Processing by MultiSessionTestController#some_action as HTML
|
17
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
18
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.7ms)
|
19
|
+
Completed 200 OK in 7ms (Views: 5.7ms)
|
20
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:05:07 -0500
|
21
|
+
Processing by MultiSessionTestController#some_action as HTML
|
22
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
23
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.7ms)
|
24
|
+
Completed 200 OK in 13ms (Views: 6.0ms)
|
25
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:06:04 -0500
|
26
|
+
Processing by MultiSessionTestController#some_action as HTML
|
27
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
28
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.7ms)
|
29
|
+
Completed 200 OK in 13ms (Views: 6.7ms)
|
30
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:06:04 -0500
|
31
|
+
Processing by MultiSessionTestController#some_action as HTML
|
32
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
33
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.0ms)
|
34
|
+
Completed 200 OK in 5ms (Views: 0.6ms)
|
35
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:07:30 -0500
|
36
|
+
Processing by MultiSessionTestController#some_action as HTML
|
37
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
38
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.7ms)
|
39
|
+
Completed 200 OK in 12ms (Views: 5.8ms)
|
40
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:08:14 -0500
|
41
|
+
Processing by MultiSessionTestController#some_action as HTML
|
42
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
43
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.7ms)
|
44
|
+
Completed 200 OK in 7ms (Views: 5.7ms)
|
45
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:13:33 -0500
|
46
|
+
Processing by MultiSessionTestController#some_action as HTML
|
47
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
48
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.7ms)
|
49
|
+
Completed 200 OK in 8ms (Views: 6.0ms)
|
50
|
+
Started GET "/encrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:13:33 -0500
|
51
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
52
|
+
Completed 200 OK in 4ms
|
53
|
+
Started GET "/decrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:13:33 -0500
|
54
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
55
|
+
Completed 500 Internal Server Error in 6ms
|
56
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:13:59 -0500
|
57
|
+
Processing by MultiSessionTestController#some_action as HTML
|
58
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
59
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.7ms)
|
60
|
+
Completed 200 OK in 8ms (Views: 5.8ms)
|
61
|
+
Started GET "/encrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:13:59 -0500
|
62
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
63
|
+
Completed 200 OK in 9ms
|
64
|
+
Started GET "/decrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:13:59 -0500
|
65
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
66
|
+
Completed 406 Not Acceptable in 99ms
|
67
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:14:35 -0500
|
68
|
+
Processing by MultiSessionTestController#some_action as HTML
|
69
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
70
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.7ms)
|
71
|
+
Completed 200 OK in 8ms (Views: 5.8ms)
|
72
|
+
Started GET "/encrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:14:35 -0500
|
73
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
74
|
+
Completed 200 OK in 5ms
|
75
|
+
Started GET "/decrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:14:35 -0500
|
76
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
77
|
+
Rendering inline template
|
78
|
+
Rendered inline template (0.2ms)
|
79
|
+
Completed 200 OK in 2ms (Views: 0.4ms)
|
80
|
+
Started GET "/encrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:15:18 -0500
|
81
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
82
|
+
Completed 200 OK in 5ms
|
83
|
+
Started GET "/decrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:15:18 -0500
|
84
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
85
|
+
Rendering inline template
|
86
|
+
Rendered inline template (0.9ms)
|
87
|
+
Completed 200 OK in 6ms (Views: 3.3ms)
|
88
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo" for 127.0.0.1 at 2018-10-09 11:17:25 -0500
|
89
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
90
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo"}}
|
91
|
+
Completed 400 Bad Request in 5ms
|
92
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo" for 127.0.0.1 at 2018-10-09 11:17:37 -0500
|
93
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
94
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo"}}
|
95
|
+
Completed 200 OK in 5ms
|
96
|
+
Started GET "/decrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:17:37 -0500
|
97
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
98
|
+
Rendering inline template
|
99
|
+
Rendered inline template (1.1ms)
|
100
|
+
Completed 200 OK in 19ms (Views: 16.7ms)
|
101
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo" for 127.0.0.1 at 2018-10-09 11:18:07 -0500
|
102
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
103
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo"}}
|
104
|
+
Completed 200 OK in 5ms
|
105
|
+
Started GET "/decrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:18:07 -0500
|
106
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
107
|
+
Rendering inline template
|
108
|
+
Rendered inline template (2.4ms)
|
109
|
+
Completed 200 OK in 16ms (Views: 12.5ms)
|
110
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo" for 127.0.0.1 at 2018-10-09 11:18:47 -0500
|
111
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
112
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo"}}
|
113
|
+
Completed 200 OK in 5ms
|
114
|
+
Started GET "/decrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:18:47 -0500
|
115
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
116
|
+
Rendering inline template
|
117
|
+
Rendered inline template (1.1ms)
|
118
|
+
Completed 200 OK in 7ms (Views: 4.9ms)
|
119
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo" for 127.0.0.1 at 2018-10-09 11:19:33 -0500
|
120
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
121
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo"}}
|
122
|
+
Completed 200 OK in 6ms
|
123
|
+
Started GET "/decrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:19:33 -0500
|
124
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
125
|
+
Rendering inline template
|
126
|
+
Rendered inline template (1.2ms)
|
127
|
+
Completed 200 OK in 8ms (Views: 5.5ms)
|
128
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 11:21:12 -0500
|
129
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
130
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
131
|
+
Completed 200 OK in 12ms
|
132
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 11:21:33 -0500
|
133
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
134
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
135
|
+
Completed 200 OK in 13ms
|
136
|
+
Started GET "/decrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:21:33 -0500
|
137
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
138
|
+
Rendering inline template
|
139
|
+
Rendered inline template (1.3ms)
|
140
|
+
Completed 200 OK in 12ms (Views: 7.6ms)
|
141
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 11:23:37 -0500
|
142
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
143
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
144
|
+
Completed 200 OK in 12ms
|
145
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 11:23:49 -0500
|
146
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
147
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
148
|
+
Completed 200 OK in 14ms
|
149
|
+
Started GET "/decrypt_multi_sessions" for 127.0.0.1 at 2018-10-09 11:23:49 -0500
|
150
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
151
|
+
Rendering inline template
|
152
|
+
Rendered inline template (3.0ms)
|
153
|
+
Completed 200 OK in 13ms (Views: 9.5ms)
|
154
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 11:26:31 -0500
|
155
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
156
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
157
|
+
Completed 200 OK in 19ms
|
158
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-09 11:26:31 -0500
|
159
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
160
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
161
|
+
Completed 500 Internal Server Error in 2ms
|
162
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 11:26:54 -0500
|
163
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
164
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
165
|
+
Completed 200 OK in 12ms
|
166
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-09 11:26:54 -0500
|
167
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
168
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
169
|
+
Rendering inline template
|
170
|
+
Rendered inline template (0.7ms)
|
171
|
+
Completed 200 OK in 12ms (Views: 2.8ms)
|
172
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 11:28:35 -0500
|
173
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
174
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
175
|
+
Completed 200 OK in 12ms
|
176
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-09 11:28:35 -0500
|
177
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
178
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
179
|
+
Rendering inline template
|
180
|
+
Rendered inline template (0.6ms)
|
181
|
+
Completed 200 OK in 15ms (Views: 3.1ms)
|
182
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 11:29:35 -0500
|
183
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
184
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
185
|
+
Completed 200 OK in 12ms
|
186
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-09 11:29:35 -0500
|
187
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
188
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
189
|
+
Rendering inline template
|
190
|
+
Rendered inline template (0.7ms)
|
191
|
+
Completed 200 OK in 14ms (Views: 3.0ms)
|
192
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 11:29:39 -0500
|
193
|
+
Processing by MultiSessionTestController#some_action as HTML
|
194
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
195
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.7ms)
|
196
|
+
Completed 200 OK in 8ms (Views: 5.9ms)
|
197
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 11:29:39 -0500
|
198
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
199
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
200
|
+
Completed 200 OK in 12ms
|
201
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-09 11:29:39 -0500
|
202
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
203
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
204
|
+
Rendering inline template
|
205
|
+
Rendered inline template (1.1ms)
|
206
|
+
Completed 200 OK in 14ms (Views: 2.6ms)
|
207
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 13:52:25 -0500
|
208
|
+
Processing by MultiSessionTestController#some_action as HTML
|
209
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
210
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.8ms)
|
211
|
+
Completed 200 OK in 8ms (Views: 6.5ms)
|
212
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 13:52:25 -0500
|
213
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
214
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
215
|
+
Completed 200 OK in 12ms
|
216
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-09 13:52:25 -0500
|
217
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
218
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
219
|
+
Rendering inline template
|
220
|
+
Rendered inline template (0.2ms)
|
221
|
+
Completed 200 OK in 11ms (Views: 0.6ms)
|
222
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 13:53:56 -0500
|
223
|
+
Processing by MultiSessionTestController#some_action as HTML
|
224
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
225
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.9ms)
|
226
|
+
Completed 200 OK in 9ms (Views: 6.6ms)
|
227
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 13:53:56 -0500
|
228
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
229
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
230
|
+
Completed 200 OK in 12ms
|
231
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-09 13:53:56 -0500
|
232
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
233
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
234
|
+
Rendering inline template
|
235
|
+
Rendered inline template (0.2ms)
|
236
|
+
Completed 200 OK in 14ms (Views: 0.6ms)
|
237
|
+
Started GET "/" for 127.0.0.1 at 2018-10-09 13:54:20 -0500
|
238
|
+
Processing by MultiSessionTestController#some_action as HTML
|
239
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
240
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (0.9ms)
|
241
|
+
Completed 200 OK in 8ms (Views: 6.6ms)
|
242
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-09 13:54:20 -0500
|
243
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
244
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
245
|
+
Completed 200 OK in 12ms
|
246
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-09 13:54:20 -0500
|
247
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
248
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
249
|
+
Rendering inline template
|
250
|
+
Rendered inline template (0.3ms)
|
251
|
+
Completed 200 OK in 13ms (Views: 0.9ms)
|
252
|
+
Started GET "/" for 127.0.0.1 at 2018-10-10 10:19:24 -0500
|
253
|
+
Processing by MultiSessionTestController#some_action as HTML
|
254
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
255
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (1.6ms)
|
256
|
+
Completed 200 OK in 12ms (Views: 10.0ms)
|
257
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-10 10:19:24 -0500
|
258
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
259
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
260
|
+
Completed 200 OK in 15ms
|
261
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-10 10:19:24 -0500
|
262
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
263
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
264
|
+
Rendering inline template
|
265
|
+
Rendered inline template (0.2ms)
|
266
|
+
Completed 200 OK in 14ms (Views: 0.6ms)
|
267
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:22:39 -0500
|
268
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
269
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
270
|
+
Completed 200 OK in 45ms
|
271
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:24:32 -0500
|
272
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
273
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
274
|
+
Completed 200 OK in 46ms
|
275
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:25:52 -0500
|
276
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
277
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
278
|
+
Completed 200 OK in 43ms
|
279
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:27:06 -0500
|
280
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
281
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
282
|
+
Completed 200 OK in 42ms
|
283
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:27:19 -0500
|
284
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
285
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
286
|
+
Completed 200 OK in 47ms
|
287
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:28:10 -0500
|
288
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
289
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
290
|
+
Completed 200 OK in 52ms
|
291
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:28:38 -0500
|
292
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
293
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
294
|
+
Completed 200 OK in 48ms
|
295
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:28:52 -0500
|
296
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
297
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
298
|
+
Completed 200 OK in 48ms
|
299
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:29:07 -0500
|
300
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
301
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
302
|
+
Completed 200 OK in 48ms
|
303
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:29:44 -0500
|
304
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
305
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
306
|
+
Completed 200 OK in 52ms
|
307
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:31:10 -0500
|
308
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
309
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
310
|
+
Completed 200 OK in 52ms
|
311
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:33:40 -0500
|
312
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
313
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
314
|
+
Completed 200 OK in 46ms
|
315
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:34:39 -0500
|
316
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
317
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
318
|
+
Completed 200 OK in 50ms
|
319
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:34:52 -0500
|
320
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
321
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
322
|
+
Completed 200 OK in 50ms
|
323
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:35:06 -0500
|
324
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
325
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
326
|
+
Completed 200 OK in 50ms
|
327
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:35:13 -0500
|
328
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
329
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
330
|
+
Completed 200 OK in 50ms
|
331
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:35:37 -0500
|
332
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
333
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
334
|
+
Completed 200 OK in 52ms
|
335
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:37:11 -0500
|
336
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
337
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
338
|
+
Completed 200 OK in 47ms
|
339
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:37:30 -0500
|
340
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
341
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
342
|
+
Completed 200 OK in 47ms
|
343
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:38:00 -0500
|
344
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
345
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
346
|
+
Completed 200 OK in 60ms
|
347
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:38:56 -0500
|
348
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
349
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
350
|
+
Completed 200 OK in 47ms
|
351
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:39:13 -0500
|
352
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
353
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
354
|
+
Completed 200 OK in 58ms
|
355
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:39:40 -0500
|
356
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
357
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
358
|
+
Completed 200 OK in 64ms
|
359
|
+
Started GET "/" for 127.0.0.1 at 2018-10-10 10:40:33 -0500
|
360
|
+
Processing by MultiSessionTestController#some_action as HTML
|
361
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
362
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (1.0ms)
|
363
|
+
Completed 200 OK in 11ms (Views: 8.1ms)
|
364
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-10 10:40:33 -0500
|
365
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
366
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
367
|
+
Completed 200 OK in 12ms
|
368
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-10 10:40:33 -0500
|
369
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
370
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
371
|
+
Rendering inline template
|
372
|
+
Rendered inline template (0.3ms)
|
373
|
+
Completed 200 OK in 11ms (Views: 0.6ms)
|
374
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 10:40:33 -0500
|
375
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
376
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
377
|
+
Completed 200 OK in 39ms
|
378
|
+
Started GET "/" for 127.0.0.1 at 2018-10-10 11:07:52 -0500
|
379
|
+
Processing by MultiSessionTestController#some_action as HTML
|
380
|
+
Rendering multi_session_test/some_action.html.erb within layouts/application
|
381
|
+
Rendered multi_session_test/some_action.html.erb within layouts/application (1.1ms)
|
382
|
+
Completed 200 OK in 10ms (Views: 8.2ms)
|
383
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha&session_values[bbbb]=bravo&session_values[cccc]=charlie&session_values[dddd]=delta&session_values[eeee]=echo" for 127.0.0.1 at 2018-10-10 11:07:52 -0500
|
384
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
385
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha", "bbbb"=>"bravo", "cccc"=>"charlie", "dddd"=>"delta", "eeee"=>"echo"}}
|
386
|
+
Completed 200 OK in 18ms
|
387
|
+
Started GET "/decrypt_multi_sessions?session_keys[]=aaaa&session_keys[]=bbbb&session_keys[]=cccc&session_keys[]=dddd&session_keys[]=eeee" for 127.0.0.1 at 2018-10-10 11:07:52 -0500
|
388
|
+
Processing by MultiSessionTestController#decrypt_multi_sessions as HTML
|
389
|
+
Parameters: {"session_keys"=>["aaaa", "bbbb", "cccc", "dddd", "eeee"]}
|
390
|
+
Rendering inline template
|
391
|
+
Rendered inline template (0.2ms)
|
392
|
+
Completed 200 OK in 10ms (Views: 0.6ms)
|
393
|
+
Started GET "/encrypt_multi_sessions?session_values[aaaa]=alpha" for 127.0.0.1 at 2018-10-10 11:07:52 -0500
|
394
|
+
Processing by MultiSessionTestController#encrypt_multi_sessions as HTML
|
395
|
+
Parameters: {"session_values"=>{"aaaa"=>"alpha"}}
|
396
|
+
Completed 200 OK in 37ms
|