Context/Session/?? in JSF
843844Aug 7 2007 — edited Aug 8 2007Hi,
I'm looking for something persistent during a session with a user to put Variables in...
In PHP this would be $_SESSION... is there something similar in JSF?
like
session.addProperty("UserName", user), and that is valid until the session with this user times out