/swish/pack/profile/prolog/user_profile.pl
AllApplicationManualNameSummaryHelp

  • prolog
    • user_profile.pl -- User Profile Management
      • has_type/2
      • profile_open_db/1
      • profile_create/2
      • profile_canonical_value/3
      • current_profile/1
      • current_profile/2
      • profile_property/2
      • set_profile/2
      • set_profile/3
      • profile_remove/1
      • profile_remove/2
      • profile_add_session/3
      • profile_refresh_session/2
      • profile_remove_session/2
      • profile_session/2
      • attribute/3
 profile_add_session(+ProfileID, +SessionID, +Options) is det
Associate a profile with a session (login). Options defined are:
timeout(+Seconds)
Max idle time for the session.
persistent(+Boolean)
If true, store the session association persistently, such that a server restart maintains the login.