works but need some cleanup
This commit is contained in:
parent
0ec83db287
commit
e40a859b7d
752 changed files with 4866 additions and 27923 deletions
8
config/initializers/session_store.rb
Executable file
8
config/initializers/session_store.rb
Executable file
|
@ -0,0 +1,8 @@
|
|||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
Rails3::Application.config.session_store :cookie_store, :key => '_rails3_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 "rails generate session_migration")
|
||||
# Rails3::Application.config.session_store :active_record_store
|
Loading…
Add table
Add a link
Reference in a new issue