home *** CD-ROM | disk | FTP | other *** search
/ 66.142.0.142 / 66.142.0.142.tar / 66.142.0.142 / iPhone / logout.aspx.vb < prev    next >
Text File  |  2011-03-06  |  301b  |  10 lines

  1. 
  2. Partial Class iPhoneNet_Default
  3.     Inherits System.Web.UI.Page
  4.  
  5.     Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
  6.         Session("TFProduction_Status_UserName") = ""
  7.         Session("TFProduction_Status_UserID") = ""
  8.     End Sub
  9. End Class
  10.