justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.17k stars 93 forks source link

Store session I'd in cookie #684

Closed Rushikesh210 closed 10 months ago

Rushikesh210 commented 10 months ago

I want so store session I'd in cookie in justpy application so how can I do that?

WolfgangFahl commented 10 months ago

Reading the tutorial https://justpy.io/tutorial/sessions/ would be a start I'd says. More elaborate cookie info is available at: https://github.com/justpy-org/justpy/issues?q=cookie.

you may also try out the alternative to justpy - nicegui.