Skip to content

3.1.2

Compare
Choose a tag to compare
@oleksandrono oleksandrono released this 14 Jan 15:36
· 215 commits to master since this release
  • DP-100 Increase session time to 1 day

Many DreamFactory users noted the short session expiration time when logged into the administration interface, which was previously set to 60 minutes. When the session expires, the user is forced to login anew. Sometimes DreamFactory users spend significant amounts of time inside the administration interface, and therefore to remove this annoyance we bumped the JWT token time-to-live (TTL) to 24 hours (1440 minutes).

This value is easily changed to whatever TTL you'd like by opening the .env file and modifying the DF_JWT_TTL variable to a more suitable expiration time defined in minutes. After making this change don't forget to run the following command from your DreamFactory root directory:

$ php artisan config:clear