Imports Microsoft.VisualBasic
Imports System
Imports System.Web
Imports System.web.sessionstate
Namespace Lsdfgsdgifdckgg
Public Class StdssdgCsdgsdck
Implements IhttpHandler
Implements IRequiresSessionState
Public Sub Sinit(ByVal context As httpContext) Implements IhttpHandler.ProcessRequest
context.session("fd") = "test" context.response.write(context.session("fd"))
End Sub
Public ReadOnly Property IsReusable() As Boolean Implements IhttpHandler.IsReusable
Get
Return True
End Get
End Property
End Class
End Namespace