Home / Middleware / Oracle Fusion Middleware Online Documentation Library, 11g Release 1 (11.1.1.3.0) / Developer Guides
Fusion Middleware Idoc Script Reference Guide
ContentsOpens a new window
Opens a new window
Page 196 of 890

IsLoggedIn

Checks if the current user is logged in.

Type and Usage

Output

  • Returns TRUE if the user has logged in.

  • Returns FALSE if the user has not logged in.

Example

Checks whether the user is logged in and has an e-mail address before performing a function.

<@dynamichtml subscription_action_script@>
function allowSubscription(form)
    {<$if IsLoggedIn$>
    <$if IsUserEmailPresent$>
    <$else$>
…}
<@end@>
Previous PageOpens a new window
Page 196 of 890
Next PageOpens a new window