Multiple choice technology web technology

Which of the following three kinds of data can a web service 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 manage three types of data: shared data (persistent data accessible across sessions), pre-session data (configuration/initiation data before the session starts), and temporary data (transient data during execution like request variables). Post-session and permanent data are not standard categories.