TranscendComputing / StackStudio

The front end for private and public clouds.
Other
2 stars 0 forks source link

Refactor Task: Remove dependency on HTML5 session #109

Open lifeBCE opened 10 years ago

lifeBCE commented 10 years ago

Utilize it where it could be beneficial, but don't rely on it as we're currently doing.

pjschmidt3 commented 10 years ago

Removed references to sessionStorage throughout code -- implemented Common.cache, which will take the place of HTML5 session. Common.cache falls back on session if it can't find cached data, making it reliable even on page refreshes. All that's left to do here is to get currently logged in user via an AJAX call for situations where HTML5 isn't supported