Question: 28
(Choose 1 answer)
Evaluate the implications of storing large amounts of data in a user's session object.
A. It ensures faster access to data due to client-side storage.
B. It can lead to increased memory usage on the server and potential scalability issues.
C. It has no impact on server performance since session data is maintained client-side.
D. It is a recommended practice for enhancing security.