I want to create session when user logs in and end the session when user loges out how can i do that.
Well a login session is naturally defined when a user logs in and logs out natively in Bubble…
Do you mean a data type? Create a Session data type and when user logs is Create a new Session with the start time and save this Session to the user. When they log out, make changes to User’s session with the log out time.
1 Like
Yahh, thats what i mean, want to send some data about user so that user can be access throughout application.