User session
#56
-
Not sure if anyone has experienced this issue in testing. I have 2 instances running and when I logged in to the first instance, my login session on the second instance is gone. I had to login again on the second instance, this lead to my login session on the first instance getting wiped. |
Beta Was this translation helpful? Give feedback.
Answered by
maxpert
Jul 12, 2023
Replies: 2 comments 3 replies
-
Is this issue in Pocketbase? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No idea how Pocketbase works, I did not see the user in the demo doing any
login using a browser.
In my case, I stored user data in sqlite. After logging in, I stored the
userid in a web session. For some reason, after each update to a table
which triggered a replication, the session is wiped.
…On Mon, Jul 10, 2023 at 10:24 PM Zohaib Sibte Hassan < ***@***.***> wrote:
Is this issue in Pocketbase?
—
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK537MO3O3X236FBBLNDW3DXPTBOZANCNFSM6AAAAAA2EKNCXQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pocketbase/pocketbase#2898 I've posted a working example