I’m looking into improving sessions support in #ktor, but I’m lacking use cases. If you are using sessions in #ktor or any other framework, could you share what do you store in a session, is it client-side (cookie) or server-side (cookie with ID), if you are using session data as a property bag or bind it to some type, if you sign cookies or not, may be something else specific to your use case?