How can I persiste a value after page reload

Hi,
I trying to save a value in a session_state : st.session_state['full_name'] = full_name
but when the page is reloaded I lost the value. is there a way please to keep the value within the state for a short time.
thanks

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.