MCPcopy
hub / github.com/reflex-dev/reflex / SessionStorage

Class SessionStorage

tests/integration/utils.py:370–376  ·  view source on GitHub ↗

Class to access session storage. https://stackoverflow.com/a/46361900

Source from the content-addressed store, hash-verified

368
369
370class SessionStorage(LocalStorage):
371 """Class to access session storage.
372
373 https://stackoverflow.com/a/46361900
374 """
375
376 storage_key = "sessionStorage"

Callers 6

assert_tokenFunction · 0.70
_assert_tokenFunction · 0.70
test_lifespanFunction · 0.70
test_navigation_appFunction · 0.70

Calls

no outgoing calls

Tested by 6

assert_tokenFunction · 0.56
_assert_tokenFunction · 0.56
test_lifespanFunction · 0.56
test_navigation_appFunction · 0.56