I have the session id of the user stored in the database whenever the user accesses a page. When another user accesses the same page, I would like to know if the previous user is still accessing the page. Is there any way I can use the session id stored in the database to check if the user is still accessing the page.