Skip to content

Instantly share code, notes, and snippets.

@Sebobo
Created April 6, 2016 05:25
Show Gist options
  • Save Sebobo/d9e74bf23123551531f8e3cd13fc13f6 to your computer and use it in GitHub Desktop.
Save Sebobo/d9e74bf23123551531f8e3cd13fc13f6 to your computer and use it in GitHub Desktop.
Disable session timeout in development context
##
# Development/Settings.yaml
#
TYPO3:
Flow:
security:
session:
inactivityTimeout: 0 # Disable session timeout while developing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment