﻿Imports System.Data
Imports System.Data.SqlClient
Imports HashLibrary

Partial Class forgot
   Inherits System.Web.UI.Page

   Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
      ' Set the session key for web service authentication
      Session("Key") = "d68d82b2-b7c0-4b28-806f-1458501bd827"
   End Sub
End Class
