Getting multiple login pages while trying to access workFlow inbox

Hello

Loging to workFlow inbox works fine but when users try to access Inbox, it asks to re-login and multiple login pages are displayed.

this is happening in our production environment which we would like to debug as early as possible.

anyone encountered with same error previously please throw suggestions.

Thanks and Regards

Ramesh Naidu

quite urgent can anyone please take this one…

Loging to workFlow inbox works fine but when users try to access Inbox, it asks to re-login and multiple login pages are displayed.

this is happening in our production environment which we would like to debug as early as possible.

anyone encountered with same error previously please throw suggestions.

Thanks and Regards

Ramesh Naidu

what wf & jvm version are u at? is this happening in dev as well?

Also have u checked the timeout value?

hai adnan

it is happenning in the dev box. the versions are wf 6.0.1 and jvm 1.3

try modifying login.htm under your WF package/pub directory so that “?timeout=600” method=“POST” is appended to it if its not there already
e.g., <FORM ACTION=“/web/WmWFServlet/wfservlet?timeout=600” method=“POST”>
Its also mentioned in the Workflow Users Guide\Servlet parameter section.
Also make sure that the jvm version is supported by WF 6.0.1 and its not been changed, if JVM version is different you might see this behaviour.