On our work intranet site, when a user logs on is says Welcome username. If I go to another page, it will also say welcome username, however, no data is being passed using get as there's no search string and if I press F5, I don't get the "this page can not be redisplayed without reposting the data" message in IE. So how is the data passed to the other page? Is it readin the session from the server instead, or is there a way to suppress the above dialog?