Can anyone please tell me the basic steps which are must to perform for creating new session in jsf?
Does a session scoped managed bean redirecting authentic user to some page create session?
Can anyone please tell me the basic steps which are must to perform for creating new session in jsf?
You don't need to do anything with regard to the HTTP session. The servletcontainer will create and manage it for you whenever the application requires so (e.g. whenever you're using a session scoped managed bean in JSF).
Does a session scoped managed bean redirecting authentic user to some page create session?
JSF doesn't offer builtin facilities to handle authentication. There are several options:
Homegrow it yourself. On login set the logged-in User
as a property of a session scoped managed bean and let your application intercept on that.
Use the Servlet API provided container managed authentication in combination with a wrapper managed bean.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With