Skip to content

Commit 6e39ec9

Browse files
authored
Prevent Laravel session error (GoogleCloudPlatform#856)
1 parent 629dfcf commit 6e39ec9

File tree

1 file changed

+1
-0
lines changed
  • appengine/php72/laravel-framework

1 file changed

+1
-0
lines changed

appengine/php72/laravel-framework/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env_variables:
55
APP_KEY: YOUR_APP_KEY
66
APP_STORAGE: /tmp
77
VIEW_COMPILED_PATH: /tmp
8+
SESSION_DRIVER: cookie
89

910
## To use Stackdriver logging in your Laravel application, copy
1011
## "app/Logging/CreateStackdriverLogger.php" and "config/logging.php"

0 commit comments

Comments
 (0)