Getting logged out very quickly Umbraco 13
# help-with-umbraco
s
How can i increase the delay after getting logged out? I have tried adding timeout 5 hours to appsettings.json, but nothing happens. Why 20 minutes as default? https://cdn.discordapp.com/attachments/1217405976949428244/1217406322404753438/image.png?ex=6603e8fd&is=65f173fd&hm=cff6b107593d898938b7f22408989c5f5992ce8129adc366b5b3eb2d64090e20&
m
Don't know if this is the same thing other people are seeing on v13 https://our.umbraco.com/forum/using-umbraco-and-getting-started/113479-umbraco-13-timeout-setting-being-ignored I am doing local dev and didn't want to be logged out and tried the whole day syntax yesterday i.e. 1.00:00:00 and it was working throughout the day, and when I came back to my machine this morning I was still logged in. Am trying now with a shorter period to see if it still works. Currently on latest v13.2
Setting to 23:59:00 and am still logged in after an hour of no activity. What version of 13 are you on?
k
You're not using multiple Umbraci on localhost? Then I think they will cancel out each other's sign-in cookies since the cookie is not port-specific.
s
We are several people using the same account login, but not locally
b
@svampefett did you turn on parrarel sessions? https://github.com/umbraco/Announcements/issues/13 just for being sure
s
Aha! That might be it, thank you.
18 Views