JSF sessions help needed
800663Aug 17 2008 — edited Jan 28 2009Well, i want to make a "login" system, the user identification can only go by verifying username from database. Anywaym the purpose is to stick the username and user id in some kind of session. I thought i could do something like session.setAttribue or session.setValue, but im stuck with starting the session and getting the attribute from the same session. It can all be done only in beans. Any examples or pointers are welcome. I've searched google, but i can't find anything i thought would help. Thanks.