Meteor.userID still says im logged in after calling Meteor.logout

I am trying to access code that is only shown when the user isn’t logged in. But for some reason Meteor.userID still returns an ID even after calling meteor logout. I have tried doing meteor reset with no solution.

Can you give a bit of context with some code demonstrating what your trying to accomplish and how?