Hi,

What is the session-timeout ?
Can you show the html page header ? and any java code that modify it.

François



> Le 31 août 2016 à 15:49, durairaj t <[email protected]> a écrit :
> 
> I'm migrating to wicket 6.23, createPage()  is working as expected in many
> modules, but not in the below scenario.
> 
> 
> There is a search modal window in the application, which is used to search
> data and keep the entire Page in session to retrieve the data back from the
> session (for the Back button functionality).
> 
> *Issue:*
> 
> The search window is just working for 10 to 15 minutes as expected and then
> loading Login Page suddenly.
> 
> In debug: (I verified the below in the eclipse debugging mode)
> 
>  1. Returning page from session
>  2. Page from session is *NOT *null.
>  3. Session ID is *NOT *modified anywhere in the application.
>  4. It is just happening only in the search window until I'm clearing the
> Search Page object (SrcPage) . But application is not asking me to re-login
> once it happened.
> 
> *Code snippet:*
> 
>              public Page createPage() {
> return AppSession.getObjAppShell().getSrcPage();
> });
> 
> 
> *Reproducing Issue:*
> 
> I can reproduce the issue by replacing the session in the createPage()
> block, but I'm not sure whether the problem is session or something else.
> 
> Example;
> 
> public Page createPage() {
> Session.get().replaceSession();// used to reproduce the issue.
>                                        return
> AppSession.getObjAppShell().getSrcPage();
> });
> 
> 
> *Any help?*
> 
> 
> 
> 
> Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to