HumbleHominid / ACM-Manager

Ember.js web application that aims to better connect the Montana Tech ACM club to its members. This will be achieved by allowing officers to post information about meeting and event dates easily to a centralized place for members to check. In addition, after meetings have been completed, the meeting minutes should be able to be uploaded for members that were unable to attend. Past this it would be good to be able to keep an active member list for the officers. The member list could be used to track dues and other pertinent information about members (such as attendance, t-shirt orders, etc.) This application should be able to be extended as its starts to be used in case of new use cases becoming apparent. One possibility of an extension may be to have the application help send out email reminders and meeting minutes. This application will be used by officers and members of the Montana Tech ACM, as well as the public.
https://katie.mtech.edu/~acmuser
5 stars 0 forks source link

Multiple open tabs causes page reloads #26

Open HumbleHominid opened 7 years ago

HumbleHominid commented 7 years ago

Opening multiple tabs of the application causes infinite page reloads. I believe it is because when a session is logged in it automatically updates the session cookie which causes an update event that causes the other tab to reload.

HumbleHominid commented 7 years ago

Should be addressed with https://github.com/HumbleHominid/ACM-Manager/commit/a3604aa8e2ac00445317db7dcd754fb0a40785a2

HumbleHominid commented 7 years ago

Session is being invalidated when a second tab is opened. For now data is properly deleted from the session and store until it is properly addressed