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?

[414 byte] By [msk20a] at [2007-11-27 6:50:56]
# 1
Save in DB and/or in cookie.
BalusCa at 2007-7-12 18:25:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks for the quick reply!storing the values in a DB or cookie will be our solution if anything else fails, but first I am looking for a solution "inside the JSF", maybe with redirects, forwarding, <f:param>-spells or something like this.Is this possible?
msk20a at 2007-7-12 18:25:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
I already had the solution, but I had a little typo...The solution was simply adding the <f:param>-spell to the <h:commandLink>.
msk20a at 2007-7-12 18:25:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...