sessionid

  1. B

    Question Help !!! SessionId from report using VB code

    Hi all, I have created a report and in properties code, I have written following VB code to find out the sessionId of current session: Public Function getSessionId() As String Dim sessionId As String sessionId = System.Web.HttpContext.Current.Session.SessionID Return...
Back
Top