To modify the URL expiration time for SQL Server, in Microsoft SQL Server Management Studio, in your BIC database, complete the following step.
Execute the following command, specifying the expiration time in
seconds for the second parameter.
exec sp_SetGlobalApplicationSetting 'SysAppUrlSignatureExpirationPeriod', '300', True