from mobile (sorry for typos ;)
On Tue, Mar 15, 2022, 16:56 Arunachalam Sibisakkaravarthi < [email protected]> wrote: > Hi guys, > My app uses custom Session and Session Store classes that extend WebSession > and HttpSessionStore respectively. Additional details stored in the Session > class. > I couldn't get the session when it expires and the app throws the below > exception when attempting to get the current session when it expires. > > org.apache.wicket.WicketRuntimeException: There is no application attached > to current thread > Maybe the session is alive but you are using "self-constructed" threads? > Is there a way to get the session object to get the details upon > session expiration? > > > > *Thanks And RegardsSibi.ArunachalammCruncher* >
