logo

024 Transfer information using session objects


Summary

The system must use session objects to transfer information between pages when needed.


Description

Sessions are used to maintain stateful information between different requests from users. A session object typically contains data associated with a user's interactions with an application, such as login status, user preferences and other details.


Supported In

Advanced: True


References


Last updated

2024/01/18