M
MatheusMokwa
Guest
What's the best way of checking if the user still is logged in? JSDOSession.connected seens not to be working for me. What I'm doing to test this: 1) Login my application (with JSDOSession) 2) I acess my service logout page (OERealm Form auth at localhost:8810/ /static/auth/logout.jsp) and logout (to simulate an expired session) 3) Inside my application, i check for JSDOSession.connected, and it return's true (since I didn't used the logout method of my jsdoSession) Any suggestions?
Continue reading...
Continue reading...