kimhenriksen
Mar 28, 2024Cirrostratus
apm session variable from part of uri...
Hey all,
I have a problem I need to solve. We have an application that uses a mobile app, the app does authentication with apm(local sp/external idp) through one browser and then accesses the the backend server in another session.. and the apm is not aware of that second one so it gerenrates a new login which fails and the app cannot login.
The app passes a identification value the the urls which the app uses.. I want to do the same.
Does anyone know or have any tips on how i can catch part of the uri (sort of like this https://test.com/sessionid=1234-5678-9101) that contains the sessionid and apply it to a session variable?
/Kim