You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes faculty leave their tab open for a few days then come back to the application to submit. The form will still accept responses, even though their session is long gone.
The application should a) not do that, and b) not lose their progress because of a) being solved. In other words, let's save some of the data in cookies, and use sessions correctly.
The text was updated successfully, but these errors were encountered:
Sometimes faculty leave their tab open for a few days then come back to the application to submit. The form will still accept responses, even though their session is long gone.
The application should a) not do that, and b) not lose their progress because of a) being solved. In other words, let's save some of the data in cookies, and use sessions correctly.
The text was updated successfully, but these errors were encountered: