I have a internal website that users log into. This data is saved as a cookie. From there the users go on their merry way. Every so often the application(s) will query the au
You can use session data - that way you know that once you have stored it there, users can't fool around with it by changing the query string.