Help with Storing and Sending Session ID for Frappe Authentication in Toddle
Hi everyone ! I 'm integrating Toddle with a Frappe backend and need help managing session -based authentication . After logging in with email and password , I receive a session ID (sid ) from Frappe , which I need to send as a secure cookie in each request . Does anyone have experience with securely storing and using session IDs like this in Toddle , or know a way to handle this through HTTP -only cookies ? Thanks in advance !