The timeout-uri Element

From Documentation
Revision as of 14:32, 4 December 2010 by Tomyeh (talk | contribs) (Created page with '{{ZKConfigurationReferencePageHeader}} == The timeout-uri Element == [Optional] [Since 3.6.3] [Default: <i>null</i>] It specifies the target URI that will be used to redirec…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



The timeout-uri Element

[Optional]
[Since 3.6.3]
[Default: null]

It specifies the target URI that will be used to redirect users to, when the desktop no longer exists – it is usually caused by session timeout.

If this element is omitted (default), an error message will be shown up at the browser to alert users for what happens. If you want to customize the message, please use the timeout-message element.

To reload the same URI again, you can specify an empty content as follows.

<session-config>
	<device-type>ajax</device-type>
	<timeout-uri></timeout-uri>
</session-config>

Notice that this setting is applied only to the specified device (<device-type>), so remember to specify the correct device.

Version History

Last Update : 2010/12/04


Version Date Content
     



Last Update : 2010/12/04

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.