InterviewSolution
Saved Bookmarks
| 1. |
What's the use of a session framework? |
|
Answer» USING the session framework, you can easily store and retrieve arbitrary DATA BASED on the pre-site-visitors. It stores data on the server-side and takes care of the process of sending and RECEIVING COOKIES. These cookies just consist of a session ID, not the actual data itself unless you explicitly use a cookie-based backend. |
|