hytest-org / hytest

https://hytest-org.github.io/hytest/
22 stars 12 forks source link

CONSUS404 App: Are app sessions being reused? #435

Closed alaws-USGS closed 8 months ago

alaws-USGS commented 8 months ago

Check to see if app is being served with --reuse-sessions --global-loading-spinner check to see if layout or configuration is dependent on variable: If yes: Implement session_key_func from here If no: implement --reuse-sessions --global-loading-spinner

alaws-USGS commented 8 months ago

This alteration to be done on code.chs.usgs.gov.

The app does not have any dynamic elements to the general template that depends on a variable. Any variables that are used for dynamic parts are part of functions and not part of state, meaning they do not need a session_key_func.