Session Cookie ASP.Net

<%@ Page Language="vb" %>
<%@ OutputCache Duration="60" VaryByParam="name" %>


Output Cache Demonstration

   Sub Page_Load(Sender As Object, e As EventArgs)
      lblMessage.Text = "Current time is: " & _
         DateTime.Now()
   End Sub


 
   

Demonstration of Output Caching