meteor-stale-session icon indicating copy to clipboard operation
meteor-stale-session copied to clipboard

staleSessionInactivityTimeout ramdomly not working once in a while

Open fg1000 opened this issue 5 years ago • 0 comments

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

fg1000 avatar Jan 03 '20 08:01 fg1000