Cookie « Session « JSF Q&A





1. How to use cookies in JSF    stackoverflow.com

I have a JSF form over a JSF 1.2 Session Scope Bean. I have a "Reset" button which invalidates the session. I tried to use cookies to remember a session number (Not JSF ...

2. remove jsessionid in url    stackoverflow.com

I am facing a problem in jsf web application deployed in jetty web-server. When access application in browser, jsessionID is appended in the url. I want to remove it from there. ...

3. Session Handling without Cookies    coderanch.com