Hello experts,
i'm using the url parameters sap-client and sap-language that the user can login without them. The parameters are filled on a mobile device and on different plants these parameters are different. When the user logout with the logout button the method server->logoff( ) will be called in the main controller. Then a logout view will be called that redirect the user to the login page and fill the parameters into the url again.
My problem is when a session timeout occurs or the session will be closed manually the login screen appears again after the next request, but with the default client and language.
I'm looking for a way to fill these parameters when a timeout occurs.
Thanks and best regards,
Tobias