Forum Discussion
Ingebrigt_Maurs
Nimbostratus
Dec 01, 2014sessions without session cookies
Hi !
I'm writing an access policy for a legacy SOAP webservice. Clients are stateless, they do not recognize session cookies and do not resend them on subsequent requests. Clients do send a basic a...
Ingebrigt_Maurs
Nimbostratus
Dec 08, 2014I got advice from Per Bøe and was able to adapt the approach in default iRule
_sys_APM_activesync
The trick was to
- create a user_key from the basicauth header
- On ACCESS_SESSION_STARTED, write the user_key to session.user.uuid:
ACCESS::session data set "session.user.uuid" $user_key
- On subsequent HTTP_REQUEST's, find matching sessions by
and reuse themACCESS::user getsid $user_key
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects