How do I handle Session in JSF at the webpage level? I don't want to check at the managed bean level. Every time I want to check whether the Session is active I use
If active ,Redirect . if not , redirect
but get
invalid page
How do I handle Session in JSF at the webpage level? I don't want to check at the managed bean level. Every time I want to check whether the Session is active I use
If active ,Redirect . if not , redirect
but get
invalid page