简体   繁体   中英

How to handle more application states of the same user with Vaadin 6

I have problem with stepping forward with our Vaadin 6 application. Do you know any way to properly handle more states of the application for the same user?

I mean for example we share URLs on social sites and those urls identify sort of states and user can visit these URLs but our problem when you open one state in one window and another state (another url) in other window, Vaadin6 will drop the firstly opened state because it stores them in the same session.

I've already found that Vaadin 7 could handle this in better way but we are in the middle of decision making how to go forward so I'm planning to measure all the possibilities with all the costs.

  • migrating from 6 to 7
  • tricking around with session management
  • ... etc

I'd very appreciate if you could recommend some good way to deal with this issue.

Thank you, in advance, for all of your ideas.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM