Anyone else keep getting kicked out of the backoffice? Like the session timeout is expiring, but it's expiring way too quick? I changed the appsettings.json config for timeout to be 08:00:00. But, I'm getting logged out sometimes in less than 10 mins from my previous login.
If you're running different sites on localhost and log into to a different one it will kill your session on the other (uses the same auth cookie values).
If you're needing to do this to copy data across I use different browsers. But could this explain the weirdness you were seeing?
Backoffice Timeout
Anyone else keep getting kicked out of the backoffice? Like the session timeout is expiring, but it's expiring way too quick? I changed the appsettings.json config for timeout to be 08:00:00. But, I'm getting logged out sometimes in less than 10 mins from my previous login.
Hello bh,
Do you have located the appsetting under Umbraco -> CMS -> Global -> TimeOut? And is your TimeOut value formatted as
HH:mm:ss
or as exemple01:00:00
?I have not had any trouble to extend the login session
Best regards
@LucasBisgaard Yes and yes...mine is set to 08:00:00. It's super annoying getting timedout in the middle of creating a new DocType.
Did you find a solution to this? I'm having a similar issue on v10.0.1 but im being logged out after 30 seconds
@Superhands I never did find a solution.
If you're running different sites on localhost and log into to a different one it will kill your session on the other (uses the same auth cookie values).
If you're needing to do this to copy data across I use different browsers. But could this explain the weirdness you were seeing?
Update: https://github.com/umbraco/Umbraco-CMS/pull/12029
is working on a reply...