access::session create
2 TopicsAPM 11.6 - Restart of tmm when creating access policy from iRule
Using the following iRule snippet, tmm is restarted with APM 11.6.0 HF1: when CLIENT_ACCEPTED { When we accept a connection, create an Access session and save the session ID. set flow_sid [ACCESS::session create -timeout 600 -lifetime 3600] Is anyone seeing the same issue with this version? With 11.4.1 this was not happening, so we doubt this is bug brought in with that new version. Any hints are very welcome because our implementation is highly dependent from that feature Thx for your support and ideas291Views0likes4CommentsASM can see the uncrypted password of users
Hi, I am testing with my ASM v11+HF6, and used the logging profile (all requests), but ASM show me the name of user and password of user. I created a login page with value only of username form id and enabled the sessions awareness and select the login page that created before. What can i do to hide this sensitive data? I enabled the data guard and enforce the login page and still capture the password on logs. Regards355Views0likes1Comment