I use HWIOAuthBundle to log in using my social account. And as soon as the user logged in, he logged out after 30 minutes or so.
Any idea how to disable this so that they stay forever?
Set cookie_lifetimein your configuration:
cookie_lifetime
# app/config/config.yml framework: session: #lifetime in seconds cookie_lifetime: 3600
. . , , " ", .
memor_me cookie_lifetime 1 ,
firewalls: secured_area: remember_me: lifetime: 31536000 #1 year
Source: https://habr.com/ru/post/1611264/More articles:JQuery click event on Google reCAPTCHA - javascriptMeteor AutoForm: how to update schema values with an array of subdocuments? - javascriptAndroid: why does google place api in other countries, even if the borders are 500 meters? - javaМогу ли я использовать инициализатор по умолчанию для класса в Swift? - initializationRe-execute f: viewAction when the ViewScoped bean is recreated after a POST request - jsfPlug, use option passed to init with Plug.Router syntax - elixirVisual Studio 2015 add json file - jsonHow to get a normalized (canonical) file path in Linux "even if the file path does not exist in the file system"? (In program C)) - cHow to handle a lot of load with node.js server? - javascriptPython Network Resource Controller has the power to solve problems - pythonAll Articles