Forum Discussion
Federico_Battag
Nimbostratus
Dec 10, 2013APM: How to terminate Active session
APM enviroment
Hi all, is possible to force to terminate session that are "Active" on "Access Policy >> Report" table?!? Via GUI or via CLI. I want to close Active Session when I want.
FB
9 Replies
- Yanik1980_33447
Nimbostratus
Is it possible to write an iRule or some other way to kill ALL the sessions at 02:00 AM ?
Thanks !
- Stanislas_Piro2
Cumulonimbus
don't forget to rate the snippet if it helps you ;-)
- Yanik1980_33447
Nimbostratus
Thanks a lot, I will try it !
- Yanik
Altocumulus
Thanks a lot, I will try it !
- Yanik
Altocumulus
Is it possible to write an iRule or some other way to kill ALL the sessions at 02:00 AM ?
Thanks !
- Federico_Battag
Nimbostratus
tnx for both solution
- Matt_Dierick
Employee
Or with this funny script 🙂
for i in $(sessiondump -list | cut -f1 -d\ ); do sessiondump -delete $i; done
- AngryCat_52750
Nimbostratus
you could go to Access Policy - Manage Sessions.. select the sessions you want to end and click on the "kill selected sessions" at the bottom of the page..
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