Forum Discussion
trouble to remove table due to ACCESS_SESSION_CLOSED event
Hi all,
I want to remove a table after clicking the EdgeClient disconnect button:
when ACCESS_SESSION_CLOSED {
table delete -subtable TableName -all
}
If I use another browser session with an iRule that does check this table:
when HTTP_REQUEST {
log local0. [table keys -subtable TableName]
}
I still get all the content from this table. This looks not normal to me because I deleted this table before with the ACCESS_SESSION_CLOSED event. Does somebody know why that happens?
Thank you, sm
- Juerg_WiesmannNimbostratus
Hi SM, I do not understand / see the full context of your question, but working with the ACCESS::session remove Could be an option for you. This will delete your APM Session. How ever not sure, Kind Regards
wiesmann
- ian_wijayaNimbostratus
Hi Skimen,
I got the same issue using 11.5.1 HF7. How did you solve this ?
Thanks Ian Wijaya
- de_poltorasky_1Nimbostratus
Hi, I had the same, using 11.6 HF4. I just open a ticket. if someone have any idea ? Thanks,
- have you checked the ACCESS_SESSION_CLOSED event is actually triggered?
- de_poltorasky_1NimbostratusYes, but i found a post : https://devcentral.f5.com/questions/irule-check-multiple-logon-in-apm which explain : That the reason is because the event ACCESS_SESSION_CLOSED is a global event (meaning, not associated with a connection), and the table command does not yet work in global events.
Recent Discussions
Related Content
* 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