Multiple choice

Which of the following three kinds of data that web services have?

  1. shared data, processed data, form data

  2. shared data, pre-session data and temporary data

  3. shared data, post-session data and temporary data

  4. shared data, pre-session data and permanent data

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Web services typically maintain three categories of data: shared data (accessible across all users/sessions), pre-session data (initialized before a session begins), and temporary data (exists only during a specific session or transaction).