meteor-stale-session
meteor-stale-session copied to clipboard
staleSessionInactivityTimeout ramdomly not working once in a while
in Meteor.startup(function () { …
i have added Accounts.validateLoginAttempt(function(attempt) { …
with a console.log( attempt.type …
it result the unattended reconnect is of type “resume”
this occur ramdomly once in a while
as it is a major security concern i wonder how other people do ? :ambulance:
i'm not alone to find that bug see https://forums.meteor.com/t/47412
thx