obiwanzenobiOriginal post
Rank 3: Container
I can't find a way to extend user session while using the app.
Session is created with https://pub.dev/documentation/appwrite/latest/appwrite/Account/createEmailSession.html method.
I know that I can change session duration time (defaults to 1y) but I want to achieve short living session that user will extend with his actions (requests).
Method in server side SDK will be also helpful.
Summary
The user is unable to refresh their email session while using the app. They are using the "createEmailSession" method to create a session, but it does not have an option to extend the session using user actions. The user is requesting a method in the server-side SDK to help with this issue. No solution is provided in the support thread.