23-Feb-2021 08:21
23-Feb-2021 10:06
Hi Satoshino,
you can modify what your users will see see in ending pages. There is a manual chapter for "BIG-IP Access Policy Manager: Customization Access Profile and Per-Request Policy - Logout/Ending Deny - Modern and Standard" (BIG-IP 15 and 16) or "Localizing ending pages" (BIG-IP 14).
Links for
Is this what you were looking for?
KR
Daniel
25-Feb-2021
02:45
- last edited on
04-Jun-2023
21:02
by
JimmyPackets
Hi Daniel,
Thanks you for manual, but this was not what I need.
I need a way to drop session without show any page.
I tried to use irule event with "drop" or "ACCESS::session remove" like this:
when ACCESS_POLICY_AGENT_EVENT {
log local0. "log"
drop
# ACCESS::session remove
}
But the result is the same.
Best regards
27-Feb-2021 01:20
can you share why you want this?
because in general you just want to show something if it fails. total reset / drop will just cause someone to be left behind wondering what happened, pressing F5 and starting over.
perhaps looking at ACCESS::disable can get you somewhere, that should stop APM from acting. but still perhaps share your overall question / case so someone can think on that.