BIG-IP APM: Max Sessions Per User – Enable users to terminate a specified session
Technical Challenge
Recently I was speaking with a customer and they mentioned that they leveraged the “Max Sessions Per User” setting within BIG-IP APM Access Profile to limit the number ...
Published Dec 22, 2015
Version 1.0Robert_Teller_7
Historic F5 Account
Joined November 11, 2011
Robert_Teller_7
Historic F5 Account
Joined November 11, 2011
Ryan77777
Sep 03, 2019Altocumulus
Found a bug:
set apm_username [ACCESS::session data get session.logon.last.username]
set apm_cookie_list [ ACCESS::uuid getsid "[PROFILE::access name].$apm_username" ]
If the user logs in with IAmAUser and iamauser then that is two different logins based on the above.