Search timeout in sdk
search cancel

Search timeout in sdk

book

Article ID: 260259

calendar_today

Updated On:

Products

SITEMINDER

Issue/Introduction

If a user store search is executed via an SDK program, how is the search timeout governed by the client (SDK program)?

Environment

Release : All

Resolution

The SDK searches honor the setTimeout value.  The default value for this parameter is -1, which means unlimited.  A value of 0 is also unlimited.  Thus, if no setTimeout value is specified, there is no timeout from the client side (do note that servers will often impose a search timeout to prevent long-running searches from slowing the server).