(Choose 1 answer)
Which of the following statements is true? (Choose one)
A. Session data is shared across multiple webapps in the same webserver/servlet container.
B. Any serializable object can be put into a session.
C. A session can only be invalidated after "session-timeout" minutes of inactivity.
D. To use session, the client browser must support cookies.