Better handling of session state (across multiple open browsers)
T
Travis Bauscher
started a topic
almost 5 years ago
If a user has a timesheet open (let's say in Safari) and is entering time and then receives an email with a link which opens in a completely different browser (say Chrome), the user will lose all of their entered data in the first browser without any warning. This should not happen and will require better session state handling on the server side.
Travis Bauscher