Multiple choice Which of the following three kinds of data that web services have? shared data, processed data, form data shared data, pre-session data and temporary data shared data, post-session data and temporary data 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).