QuestionQ113

Security and Access

A user profile has login-hour restrictions of Monday through Friday, from 8:00 a.m. to 5:00 p.m. The user logged in at 4:30 p.m. on a Tuesday, and it is now 5:01 p.m.

Which application behavior should the user expect?

  • A The user will be able to continue working and start new sessions.
  • B The user will be logged out and any unsaved work-in-process will be saved.
  • C The user will be logged out and any unsaved work-in-process will be lost.
  • D The user will be able to continue working, but will be unable to start any new sessions.
Explanation

Profile login-hour restrictions govern when a user can begin a session. A session started during the allowed period is not automatically logged out merely because the permitted login window has ended, while a new session cannot be initiated outside that window.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!