Question
Ending a J2EE session on the server
When using J2EE Session Management in Cold Fusion 9.0.1, does the function getPageContext().getSession().invalidate() completely end the current session on the server?The documentation is ambiguous. I want to be absolutely certain to prevent a session being hijacked or reused.
