Enabling session in lumen framework

前端 未结 4 1000
抹茶落季
抹茶落季 2020-12-30 06:20

I have two (but let\'s image more) micro-services (API) which need to be aware of authenticated user. Ideally I would simple like to resume their sessions.

All micro

4条回答
  •  半阙折子戏
    2020-12-30 06:41

    I tried the solution mentioned above, however, it's also required to create a folder storage/framework/sessions if using the default settings.

提交回复
热议问题