Tagged Questions
2
votes
1answer
1k views
Best way to log in, log out, and store session attributes in JSF
I am very new to JSF, and I am pretty confused about the best practices of managing user logins. There are a lot of answers floating around, but they require knowledge of JSF and Java EE which I don't ...
4
votes
1answer
899 views
JSF Session management and tunning
All,
I am doing some investigation into how to shrink the amount of session memory our JSF application is consuming on a per user basis.
We are using MyFaces 1.1.7 and Tomahawk 1.1.5 running on IBM ...
1
vote
2answers
1k views
JSF 2 Session Beans Problems
I have a JSF 2.1 (MyFaces) app running using several Session Beans (All the beans are session beans).
The timeout is defined in web.xml as such:
<session-config>
...
0
votes
1answer
473 views
JSF keep session active during long running process
We have a long-running process in our JSF (MyFaces implementation) WebApp. It is required to have an active session during this long-running process. Will bringing focus on various components every ...
0
votes
2answers
1k views
JSF Session issue in different browser windows
We have an application which is built on JSF 2.0(MyFaces) and runs on Weblogic app server. We are facing an issue regarding http Session.
Issue: Suppose I have opened the app in two different IE ...
1
vote
2answers
375 views
Dealing with jsf session and browser refreshes
I'm writing an application in JSF 1.2 that has a session in a backing bean.
The biggest stability issue happens when the user refreshes the page (by pressing F5) or uses the backward arrow in the ...
