Saving request-parameters after session.invalidate() for new session?
Hello,
our JSF-App is called from different Web-Sites with some parameters in the URL. We evalute these parameters to add some special stylesheets and set some default-values in our applicationlogic.
When the user click on a "logout"-commandLink, we call session.invalidate().
and redirect to the first page.
Can anybody give us a hint how to save the parameters for the new session?

