Mohamed-512 / Extra-Streamlit-Components

An all in one place, to find complex or just not available components by default on streamlit.
Apache License 2.0
466 stars 59 forks source link

Cookie lifetime #52

Closed Anvasi1977 closed 11 months ago

Anvasi1977 commented 11 months ago

Hi! Do I understand correctly that you have removed the ability to set the lifetime of cookies?

Version 0.1.56: cookie_manager.set(cookie, val, expires_at=datetime.datetime(year=2022, month=2, day=2))

Version 0.1.60: cookie_manager.set(cookie, val) # Expires in a day by default

Thanks for the answers!

Mohamed-512 commented 11 months ago

No. I just removed the outdated example. But you can set the lifetime by using the same flag.