Forum Discussion

Andrea_Arquint's avatar
Andrea_Arquint
Icon for Nimbostratus rankNimbostratus
Aug 15, 2014

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

5 Replies

  • 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

     

  • Hi Skimen,

     

    I got the same issue using 11.5.1 HF7. How did you solve this ?

     

    Thanks Ian Wijaya

     

  • Hi, I had the same, using 11.6 HF4. I just open a ticket. if someone have any idea ? Thanks,