Hi, I have added the following code to the Page_Load procedure in the .aspx.vb code behind my aspx page.

Dim strSession As String
strSession = GetSession("LoginFullUserName")

Page.RegisterHiddenField("SessionUser", strSession)

Can anybody tell me how to access this hidden field from vbscript embedded in the asp page.

Thanks