session « Page « JSF Q&A

Home
JSF Q&A
1.API
2.Bean
3.Component
4.Control
5.Data
6.database
7.Datatable
8.Development
9.Exception
10.Facelets
11.Form
12.Glassfish
13.HTML
14.IceFaces
15.Internationalization
16.JPA
17.JSP
18.MyFaces
19.openfaces
20.Page
21.Portlet
22.PrimeFaces
23.RichFaces
24.Seam
25.Security
26.Servlet
27.Session
28.Tag
29.Test
30.Tomcat
31.validation
32.Web Service
JSF Q&A » Page » session 

1. How to redirect to index page if session time out happend in jsf application    stackoverflow.com

I am using JSF RI 1.1. How to redirect to index page if session time out happens?

2. JSF Session Expires on Login Page (how can I prevent it?)    coderanch.com

Hi Everyone, I've got some pages in JSF that the user does not need to be logged in to use, but they are still getting timed out and receiving ViewExpiredExceptions. Is there a good way to make a page independent of the JSF session data? I want users to be able to leave the page open forever and come back and ...

3. How to put session in jsf page?    coderanch.com

First I have to make my standard disclaimer: Writing your own security system is a Bad Thing. If you want to know more, I can point you to a long list of reasons why. However, JSF already knows about session objects. If you define a JSF backing bean in the faces-config file and give it the scope "session", JSF views can ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.