Search the Wiki

Viewing 58 to 60 of 408 items

How To…Control Session TimeOut

Question “How can I control session time out for my report server application?” Solution The Server and the WebTier both implement session management to speed performance. Sessions time out automatically due to inactivity. The following properties can be used to control session time out:    Name Description   TrsServer.TimeOut Specifies the time, in seconds, that a  Full Article…

0

Custom Parameters

TECH TIP: Overview of Custom Parameters Architecture I. SessionParameters Each time a client communicates with the server, the client must send the session id. Each time the server receives a client request, it authenticates the request. These are the possible cases: a. No session id specified or invalid session id specified Validate the session parameters  Full Article…

0

Custom Parameter Demos

TECH TIP: RB Server and Custom Parameters The RBServer Custom Parameter demos show how to define custom session and report level parameters that can be used to implement security and other types of custom processing. The are three projects that work together. Each project includes a ReadMe.doc and commented code. RBServer\Demos\Servers\Custom Parameters RBServer\Demos\WebTier\Custom Parameters RBServer\Demos\Clients\Custom  Full Article…

0