I want to store some data like the user nickname and user ID (table primary key) in the user data section of the auth cookie. The reason I\'m doing this is to retain this da
Maybe you could just create another cookie... I personally wouldn't mess with the auth cookie.