You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #19975, there are some cases where there isn't an 1-to-1 mapping between @SessionScoped and the lifecycle of VaadinSession. For his reason, it would be useful to have a separate scope for the lifecycle of VaadinSession, i.e. @VaadinSessionScoped.
@tsuoanttila this seems to be fixed now with the introduction of @VaadinSessionScoped?
I want to specially thank you all for making this happen - @VaadinSessionScoped, CDINavigator, @PushStateNavigation and Transport.WEBSOCKET_XHR for @Push finally enable building real time Java EE web apps with clean navigation and secure session handling in a really clean and neat way :).
Originally by @Legioth
As discussed in #19975, there are some cases where there isn't an 1-to-1 mapping between
@SessionScoped
and the lifecycle ofVaadinSession
. For his reason, it would be useful to have a separate scope for the lifecycle ofVaadinSession
, i.e.@VaadinSessionScoped
.Imported from https://dev.vaadin.com/ issue #19979
The text was updated successfully, but these errors were encountered: