<%
If Session("City") = "Portland" Then
   Session("City") = "Portland, stan Oregon"
End If
Response.Write "Cze: " & Session("UserName") & ".<P>"
Response.Write "Twj numer to : " _
   & Session("UserID") & ".<P>"
Response.Write "Co ciekawego w " & Session("City") & "?<P>"
%>
