It is discarded explicitly by the execution of javax.servlet.http.HttpSession#invalidate() method.
Therefore, the recode of persistent_session table might not be deleted but remain when the “javax.servlet.http.HttpSession#invalidate()” method is not executed due to server stop if a user is logged in or not logged out.
Moreover, there is no function to delete remained record as server stop or operation at start, please delete the recode from “persistent_session” table if the bug occurs because the session information remains.
-- Target ----------------------------------------------------------------------------------
iWP/Web System Construction Platform/WebPlatform/AppFramework
----------------------------------------------------------------------------------------------
FAQID:422
When is the session information which remained to the “persistent_session” table of HTTP session information deleted?
