JSESSIONID « Seam « JSF Q&A





1. JSF - Forcing use of JSESSIONID in url for iFrame without 3rd party cookie support    stackoverflow.com

HI all! I am working on a JAVA/JSF app that runs within an iFrame. The client authenticates Outside of the iFrame, then redirects back to a page that contains the application ...

2. How to get the JSESSIONID from Contexts.getSession() during preDestroyContext.SESSION?    stackoverflow.com

Working with JBoss AS 5.1, JSF 1.2 and Seam 2.2, I'm trying to log session openings and closings. AFAIK, at the moment of the org.jboss.seam.preDestroyContext.SESSION event, in case of a session timeout, ...