two webclient solution with one expired page

HI,

I have two webclients solutions. one is the total backend, and one is just an optimized solution, for phone & tablet.
so far so good. By the admin-page you can set an (custom) expired page, where the user will end-up, when the session is expired or, or when you kill the session from the servoy-admin page.

The problem is, that you can set this expired page, just globally, over the whole server, not per solution!
Our expire page, contains code, to re-login into the solution, but how do I know, from which solution they come?

Any one else done this, our has a workaround?

if a page (better said, the session) is really expired… (so you really shut down the client completely from the admin page)
how do we know which solution it was in?? That state is gone, you just killed that state.

There is just a request coming to the server of a specific url which doesn’t map on anything anymore on the server so the server can’t say you have to go to X or Y.

Johan, I believe, if you shutdown the webclient from the servoy-admin page, the onSolutionClose of the client is fired, right?
Is that something we can use?

no, because you just do that on the server side. That is then running without any request from the client.
the onSolutionClose just runs on the server and then the solution/client is closed, then a request from the client comes in and the solution/client is gone