An unique identifier specifying the id of the new session to create.
The client identifier of the DocuviewareControl instance that will be associated with this session.
Specifies the amount of time, in minutes, allowed between requests before the DocuVieware session-state provider terminates the session.

In This Topic
GdPicture14.WEB Namespace / DocuViewareManager Class / CreateDocuViewareSession Method

CreateDocuViewareSession Method (DocuViewareManager)

In This Topic
Creates a new DocuVieware session.
Syntax
'Declaration
 
Public Shared Function CreateDocuViewareSession( _
   ByVal SessionID As String, _
   ByVal ClientID As String, _
   Optional ByVal Timeout As Integer _
) As GdPictureStatus
public static GdPictureStatus CreateDocuViewareSession( 
   string SessionID,
   string ClientID,
   int Timeout
)

Parameters

SessionID
An unique identifier specifying the id of the new session to create.
ClientID
The client identifier of the DocuviewareControl instance that will be associated with this session.
Timeout
Specifies the amount of time, in minutes, allowed between requests before the DocuVieware session-state provider terminates the session.

Return Value

A member of the GdPictureStatus enumeration.
See Also