Forum Discussion
dragonflymr
Cirrostratus
May 31, 2015SSL session cache - how to clear
Hi,
I was searching forum and docs to find answer but failed. Seems that there is no tmsh command to clear SSL session cache for given VS.
Only solution I found was setting cache size to 0 ...
nitass_89166
Noctilucent
May 31, 2015I am pretty sure that I saw some post saying that after setting 0 for cache size and issuing tmsh show ltm virtual virtual_name profiles { sslprofile_name } it looked like there are still entries in cache.
this is mine.
[root@ve11a:Active:In Sync] config date; tmsh show ltm profile client-ssl myclientssl | grep -A 6 Session\ Cache
Mon Jun 1 12:16:47 SGT 2015
Session Cache
Current Entries 1
Hits 0
Lookups 1
Overflows 0
Invalidations 0
[root@ve11a:Active:In Sync] config
[root@ve11a:Active:In Sync] config date; tmsh modify ltm profile client-ssl myclientssl cache-size 0
Mon Jun 1 12:16:58 SGT 2015
[root@ve11a:Active:Changes Pending] config
[root@ve11a:Active:In Sync] config date; tmsh show ltm profile client-ssl myclientssl | grep -A 6 Session\ Cache
Mon Jun 1 12:17:03 SGT 2015
Session Cache
Current Entries 0
Hits 0
Lookups 1
Overflows 0
Invalidations 0
- dragonflymrMay 31, 2015
Cirrostratus
Thanks looks good. Just hope it is like that on 10.0.1 Piotr
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