#✅ Directus Session Expires when Active

8 messages · Page 1 of 1 (latest)

severe wadi
#

I am running Directus with Docker. Version 9.23.3
Copypasted docker-compose file from your guides and used that to run.

Even if I am active it keeps expiring my session.
I can't imagine this is default behavior, so would like some help with figuring out where I went wrong.

Thank you ❤️

round harnessBOT
#

Thanks for posting! This is a community powered server, so you may or may not get an answer based on available help and expertise. To increase your chances of somebody being able to help you, please make sure your question includes the following:

  • An explanation of exactly what you're trying to achieve.
  • Any and all related code or previous attempts.
  • The exact issue or error you are facing.
  • Any screenshots if applicable.

When you're done with this thread, please close it.

(If you have a support agreement and need help, please contact the core team via email.)

weary pebble
#

There was a bug related to cookies in 9.23.3, 9.23.4 was released yesterday as a hotfix to fix the cookie bug

severe wadi
#

ooh. doh. Thank you.
So just change the version and run the docker file again and it will spin right up?

weary pebble
#

Yes, I usually change the version the run docker-compose pull && docker-compose down && docker-compose up -d --build

#

Which pulls that version, brings site down, and then up and builds

severe wadi
#

Perfect, thank you

round harnessBOT
#

✅ Directus Session Expires when Active