Skip to content

Commit

Permalink
Merge pull request #444 from gnat42/patch-1
Browse files Browse the repository at this point in the history
Use a session name by default
  • Loading branch information
alexislefebvre committed Aug 10, 2018
2 parents d960f43 + 1845a0f commit 81fd101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ Installation
# app/config/config_test.yml
liip_functional_test: ~
```
Ensure that the framework is using the filesystem for session storage:
Ensure that the framework sets the session name and is using the filesystem for session storage:
```yaml
# app/config/config_test.yml
framework:
test: ~
session:
storage_id: session.storage.mock_file
name: MOCKSESSION
```
Basic usage
Expand Down

0 comments on commit 81fd101

Please sign in to comment.