mzijlstra / flowcharts

Flowcharts: Computational Thinking Tool
Apache License 2.0
2 stars 0 forks source link

Bug: session expire mess #22

Open mzijlstra opened 9 years ago

mzijlstra commented 9 years ago

When the session times out there is a mess of errors that occur, and really the user ends up having to refresh the page.

At least that's what the students are telling me -- I should probably confirm this bug myself as well...

mzijlstra commented 9 years ago

Perhaps I should do an AJAX check on mouseMove() to see if we're still logged in, and send them to the login page when not... doing so would definitely clean up this mess... although it would be a bit of programming...