I am using kratos v0.11.0 with postgres and using @ory/kratos-client v0.11 in the backend
i am able to get my session from the cookie using the toSession(), but if i use listMySessions() method it gives an empty array, even when i use /sessions API. I checked postgress DB there are few expired sessions and one active session. Why does it return an empty array. Am i missing something? any help is appreciated. I am adding the screenshots below