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

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

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