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

Commit 1845a0f

Browse files
authored
Use a session name by default
It seems that a session name is required for the login functionality to work. This updates the documentation to include a default config/session name. It fixes liip#400
1 parent d960f43 commit 1845a0f

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)