<%
Session("UserName") = "Bob Tyler"
Session("UserID") = 10
Session("City") = "Portland"
%>
