[JBoss JIRA] (FORGE-1228) increase conversation timeout to 30 minutes
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1228?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-1228:
----------------------------------------
Fancy a pull request? That would speed up the resolution of this issue and most likely ensure that the fix is available in 1.4.2.Final.
> increase conversation timeout to 30 minutes
> -------------------------------------------
>
> Key: FORGE-1228
> URL: https://issues.…
[View More]jboss.org/browse/FORGE-1228
> Project: Forge
> Issue Type: Enhancement
> Components: Scaffold
> Affects Versions: 1.4.1.Final
> Reporter: Gerry Matte
> Priority: Minor
>
> The scaffold generated entity DAO beans contain two conversation.begin() commands [in the create() and retrieve() methods]
> After each conversation.begin() please insert:
> this.conversation.setTimeout(1800000);
> which will extend the conversation timeout from the default ten minutes to thirty minutes (same as the session timeout)
> For me, complex data entry screens often have their conversation expire during the period that a user composes and keys their data. Very frustrating !
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
11 years, 6 months
[JBoss JIRA] (FORGE-1228) increase conversation timeout to 30 minutes
by Gerry Matte (JIRA)
Gerry Matte created FORGE-1228:
----------------------------------
Summary: increase conversation timeout to 30 minutes
Key: FORGE-1228
URL: https://issues.jboss.org/browse/FORGE-1228
Project: Forge
Issue Type: Enhancement
Components: Scaffold
Affects Versions: 1.4.1.Final
Reporter: Gerry Matte
Priority: Minor
The scaffold generated entity DAO beans contain two conversation.begin() …
[View More]commands [in the create() and retrieve() methods]
After each conversation.begin() please insert:
this.conversation.setTimeout(1800000);
which will extend the conversation timeout from the default ten minutes to thirty minutes (same as the session timeout)
For me, complex data entry screens often have their conversation expire during the period that a user composes and keys their data. Very frustrating !
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
11 years, 6 months