I am making a slice of a structure (user session)
I wat to manage only the current user session in this
So i add a session when user login And remove when user logout
I was wondering if this can consume memory, if all the removed sessions are present in the underlying array.