We are beginning our Ory implementation and have a question. We have both a web app and mobile apps and wish to have separate expirations for sessions. Is this possible? Currently, our mobile apps have perpetual sessions, while the web app session will have a much shorter lifespan (max 30 days).
There was nothing in
the docs that I could find which illustrated this as an option.