Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit 81fd101

Browse files
Merge pull request liip#444 from gnat42/patch-1
Use a session name by default
2 parents d960f43 + 1845a0f commit 81fd101

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,15 @@ Installation
9494
# app/config/config_test.yml
9595
liip_functional_test: ~
9696
```
97-
Ensure that the framework is using the filesystem for session storage:
97+
Ensure that the framework sets the session name and is using the filesystem for session storage:
9898
9999
```yaml
100100
# app/config/config_test.yml
101101
framework:
102102
test: ~
103103
session:
104104
storage_id: session.storage.mock_file
105+
name: MOCKSESSION
105106
```
106107
107108
Basic usage

0 commit comments

Comments
 (0)