Staying logged in

I want to be able to stay logged in in-between browser sessions. When I am logged in via the Chrome browser on macOS, this appears to work fine. Throughout the day, I can re-visit the site multiple times and remain logged in.

However, when I try to use my Invoice Ninja account via 3rd party browser ‘apps’, like Fluid App (http://fluidapp.com/), or Wavebox (https://wavebox.io/), I am forced to login each and every time I re-open these windows, even if the cache remains intact.

Do you know of any reasons why this is, and any work-arounds or fixes for it?

Thanks,
Phil

Try adding this to the .env file


SESSION_EXPIRE_ON_CLOSE=false
REMEMBER_ME_ENABLED=true
AUTO_LOGOUT_SECONDS=9999999999
SESSION_LIFETIME=9999999999

I should have specified… this is for my .com account, not self-hosted. Where would the .env file be located?

Sorry, the behavior of our hosted app can’t be changed.