Anyone using the "loginExpirationInDays:null" Accounts option to disable auto-logout?

I saw in http://docs.meteor.com/#/full/accounts_config that I can use:

Accounts.config({
    loginExpirationInDays: null
});

to prevent the default Meteor behavior of logging users out every 90 days. However, in digging into it a bit deeper, I found that it doesn’t appear to actually work, and filed https://github.com/meteor/meteor/issues/5121. It also seems like no one is really using it this way based on a quick Github search.

Has anyone had luck using it, or is everyone just accepting that users will get logged out every 90 days?

Did you ever resolve this? Your comment is the top Google result about this issue.

No I didn’t. But we’re switching away from Meteor due to lacking community support (for this issue and many others).