Expiring Sessions without Spring Security?

In previous versions of Vaadin, we accomplished this by adding calling “setSessionExpiredURL” from the “CustomizedSystemMessages” object. Is there an equivalent to this in Vaadin 23?

I am trying to follow the Vaadin 23 documentation but it seems to use “CustomizedSystemMessages” which does not appear to be available in the API.

https://vaadin.com/api/platform/23.3.11/com/vaadin/flow/server/CustomizedSystemMessages.html

Thanks, I was thrown off because my IDE was not automatically detecting that class exists in the API. I’m working through it now and will report back, smoke seems to work as intended though!

Everything works, thanks!