APM Sharepoint authentication
Problem this snippet solves: Updated version to support Webdav with windows explorer after Nicolas's comment.
APM is a great authentication service but it does it only with forms.
The default be...
Published Apr 20, 2016
Version 1.0Stanislas_Piro2
Cumulonimbus
Joined January 04, 2011
Stanislas_Piro2
Cumulonimbus
Joined January 04, 2011
Stanislas_Piro2
Sep 14, 2016Cumulonimbus
and I confirm I had some issues about ACCESS::session with more than 30K access session on BIGIP 10250.
BIGIP 10250 use 12 TMM process, I had some request dropped when access::session did not receive session status from all tmm.
In the first version, I used ACCESS::session to get session status, get session variable (for one customer, MRHSession_SP cookie is only sent if the user check "private computer" in the logon page).
I changed the irule to limit ACCESS::session command to optimize the code.