Sha256: 5f9c3a1f46a58908a539e2a7555a6bd2efd2d8c5377aef297cffeb33e72d8151

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

Contents

# encoding: UTF-8

# Copyright 2011 innoQ Deutschland GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Be sure to restart your server when you modify this file.
if Iqvoc.const_defined?(:Application)
  Iqvoc::Application.config.session_store :cookie_store, :key => '_iqvoc_session'
end
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rake db:sessions:create")
# Iqvoc::Application.config.session_store :active_record_store

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
iqvoc-3.2.11 config/initializers/session_store.rb
iqvoc-3.2.10 config/initializers/session_store.rb
iqvoc-3.2.9 config/initializers/session_store.rb
iqvoc-3.2.8 config/initializers/session_store.rb
iqvoc-3.2.7 config/initializers/session_store.rb
iqvoc-3.2.6 config/initializers/session_store.rb
iqvoc-3.2.5 config/initializers/session_store.rb
iqvoc-3.2.4 config/initializers/session_store.rb
iqvoc-3.2.3 config/initializers/session_store.rb