Web::bootstrap(): set up the request before setting up the session

refs #11187
This commit is contained in:
Alexander A. Klimov 2016-02-26 14:26:10 +01:00 committed by Eric Lippmann
parent ad3ca513c9
commit 923e902957
1 changed files with 1 additions and 1 deletions

View File

@ -82,9 +82,9 @@ class Web extends EmbeddedWeb
->setupLogging()
->setupErrorHandling()
->loadConfig()
->setupRequest()
->setupSession()
->setupNotifications()
->setupRequest()
->setupResponse()
->setupZendMvc()
->setupModuleManager()