Skip to content

Commit a7cd424

Browse files
authored
Update api_app.md to remove specific app name
1 parent 4470ad7 commit a7cd424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/api_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ built (like `config/application.rb`) and pass them to your preferred middleware,
450450

451451
```ruby
452452
# This also configures session_options for use below
453-
config.session_store :cookie_store, key: '_interslice_session'
453+
config.session_store :cookie_store, key: '_your_app_session'
454454

455455
# Required for all session management (regardless of session_store)
456456
config.middleware.use ActionDispatch::Cookies

0 commit comments

Comments
 (0)