unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 845cb694af6f3fb3f9ce919af6ad9c354b6af85b 397 bytes (raw)
$ git show 1.1.x-stable:t/rails3-app/config/initializers/session_store.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
 
# Be sure to restart your server when you modify this file.

Rails.application.config.session_store :cookie_store, :key => '_app_session'

# 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")
# Rails.application.config.session_store :active_record_store

git clone https://yhbt.net/unicorn.git