
Dear folks,
i'am confused after i sucessfully create an email session, what i hve to do with the session object for further request like storage.
let session = try await account.createEmailSession(
email: "xx@xx.com",
password: "xx")
Have to save the session object in Keyring? How to pass the session object to storage call? Or is the session saved in the account or clinet object?

Once logged in, you can access all resources.
Session
only provides some information, see - https://appwrite.io/docs/models/session

The session cookies are saved which are accessed by the Client
to perform authenticated requests.

Ok Thanks a lot!

[SOLVED] Session Handling IOS
Recommended threads
- Can not login with OAuth
Hello everyone i am trying to login with ios and android in react native - expo but it is not successful. And this is the code which i am using to login
- I had a new error pop up today when test...
I've been working on my app, it worked fine previously but now I recieve Invalid Origin: Register your new client as a new iOS platform on your project console ...
- Appwrite DNS & iCloud Mail Server Setup
Hello, My DNS settings are managed through Appwrite, and I would like to add a custom email address to iCloud. I have never had any issues setting this up direc...
