Hello everyone.
Just wondering is there a cookies based session ready solution for the Panel app which creates session for the cookie, save/load session context etc.
pn.state session is good, but this keeps the session data as far as websocket is open, but I need to store a session context for longer time using cookies.
I have idea how to implement it, but wondering may be there’s already a solution for it or I missed it in the Panel Doc.
Thanks.