Skip to content

Commit 06d525d

Browse files
authored
Merge pull request #273 from CachetHQ/filedriver
Use file sessions driver by default
2 parents e70ff90 + b747e03 commit 06d525d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ initialize_system() {
9393

9494
CACHE_DRIVER=${CACHE_DRIVER:-apc}
9595

96-
SESSION_DRIVER=${SESSION_DRIVER:-cookie}
96+
SESSION_DRIVER=${SESSION_DRIVER:-file}
9797
SESSION_DOMAIN=${SESSION_DOMAIN:-$APP_URL}
9898
SESSION_SECURE_COOKIE=${SESSION_SECURE_COOKIE:-false}
9999

0 commit comments

Comments
 (0)