Set true to associate each control instances to its page's absolute path (default mode), false otherwise.
Use false to associate control to page's absolute path (default mode) or true to associate control to page's absolute uri.

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

SetStickyPageSessionMode Method

In This Topic
Specifies if DocuVieware control states are associated to a page's absolute path (or uri) rather than a page's instance.
Syntax
'Declaration
 
Public Shared Sub SetStickyPageSessionMode( _
   ByVal Enabled As Boolean, _
   Optional ByVal UseAbsoluteURI As Boolean _
) 
public static void SetStickyPageSessionMode( 
   bool Enabled,
   bool UseAbsoluteURI
)

Parameters

Enabled
Set true to associate each control instances to its page's absolute path (default mode), false otherwise.
UseAbsoluteURI
Use false to associate control to page's absolute path (default mode) or true to associate control to page's absolute uri.
Remarks
Keeping this mode enabled permits to minimize server overhead.
See Also