Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] 9.3 -> 9.4 Alternative to HashSessionManager.setLazyLoad

Hi,

In 9.4, session data is only loaded when the session is requested. Thus there is no lazyload setting on the FileSessionDataStore.

Chris - can we add that to the FileSessionDataStore doco?

thanks,
Jan

On 29 May 2017 at 14:21, <marc.schlegel@xxxxxxxxx> wrote:
Hello everyone

I am looking into upgrading a Jetty 9.3 codebase to 9.4 and having trouble figuring out all the API changes.

According to the migration-guide, the HashSessionManager was removed, and most of the different SessionManagers have been moved to dedicated SessionDataStores. I could find most of the methods from SessionManager-Interface moved to SessionHandler but I am missing one in particular: setLazyLoad from HashSessionManager.

Has this feature been removed completely due to the changes in the architecture?
Does the DefaultSessionIdManager or the DefaultSessionDataStore provide something similar?


regards
Marc

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD


Back to the top