Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

enum RememberAuthentication


Description
A specification of how long to remember some authentication data.


Values

NO
Description
Do not remember the authentication data (use it once and immediately forget about it).
SESSION
Description
Remember the authentication data, but only until the end of the current session.
PERSISTENT
Description
Remember the authentication data 'forever'.
Top of Page