Session Cookie ASP.Net

<%@ Page Language=VB Debug=true %>

Sub Page_Load(ByVal Sender as Object, ByVal E as EventArgs)
    Session.TimeOut = 2
    lblMessage.Text = "Without activity, your session " _
        & "will expire in " & Session.TimeOut _
        & " minutes.
"
End Sub



Session Properties


    id="lblMessage" 
    font-size="12pt"
    font-name="Tahoma"
    runat="server"
/>