question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Handle coversation timeout

See original GitHub issue

In 3.1 we uses conversation context for all forms. This is better than session scope because it allows to open few tabs to do few independent updates simultaneously. Example: Tab 1: https://u144.gluu.info/identity/person/update/@!FE7B.148F.D760.2436!0001!A0D4.6821!0000!51BE.EDED.A372.2CA8?cid=3 Tab 2: https://u144.gluu.info/identity/person/update/@!FE7B.148F.D760.2436!0001!A0D4.6821!0000!FE57.BF9D.DF9D.0760?cid=4

The default conversation timeout is 10 minutes. After this time application cleans expired conversations. When user access to open such expired session Weld throws:

javax.faces.FacesException: WELD-000321: No conversation found to restore for id XYZ

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
yuremcommented, Aug 16, 2017

default

0reactions
yuremcommented, Aug 16, 2017

Added catch of this exception and specify added message for this case

Read more comments on GitHub >

github_iconTop Results From Across the Web

When do chats time out?
If push notifications are disabled, the session will timeout 30 minutes after the user backgrounds the app. For more information about idle ...
Read more >
Handle Session Timeout - JavaShare4U
Handle Session Timeout ... By default each web server is to set timeout for session about 30 minutes. But developer can set it...
Read more >
CDI/JSF How to handle session timeout - java
I have a Jakarta EE8 ( CDI 2 / Weld / JSF 2.3 / Wildfly ) app where I need to execute some...
Read more >
Session Timeout
Session timeout represents the event occuring when a user does not perform any action on a web site during an interval (defined by...
Read more >
How do I properly handle session timeout in PKCE using ...
Hey everyone, Business is asking to make sure people have to go through the auth flow every n hours. My login config looks...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found