session operation method


Data can be stored in the session through setSessionAttr(key, value), and data can be read from the session through getSessionAttr(key). You can also get the session object through getSession() to use the comprehensive session API.