Session Expried error in same server

Hi all,
I have two Vaadin application.They have bean deployed in same server.
Example link : http://192.168.1.2:8080 and http://192.168.1.2:8081
When I login to application at link 1,I open new tab for use link 2.But when I back to previous tab for use link 1,I see this application has been expried.
Please suggest me for fix it.
Thanks.

Please help me! :frowning:

Hello,

I can just give you pointers where to look at but can’t solve the issue with the details provided.

What is the session timeout you have set in web.xml?
As you have said that you are running from the same server, but from a different port, the cookie to maintain Sessions should be different for both of these applications.

I think the later would be the cause for your problem rather than from the former.

Thanks,
Krishna.