15
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Rails session の有効期間を設定する。

Last updated at Posted at 2012-12-26

以下は 1 日を期限とした場合

RAILS_ROOT/config/initializers/session_store.rb
HogeProject::Application.config.session_store :cookie_store, key: '_hoge_project_session', :expire_after => 1.day
15
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?