Forum Discussion
vinocalk
Nov 27, 2013Nimbostratus
APM Citrix tidy session termination
Hi,
I have used the f5.citrix_xenapp_xendesktop.2012_06_27 iApp to migrate remote access to our Citrix Xenapp and Xendesktop environment through F5's running APM and 11.3 HF6. We have kept the C...
ipman_1988_5418
Mar 23, 2015Nimbostratus
when ACCESS_ACL_ALLOWED {
if {[string tolower [HTTP::uri]] eq "/citrix//authentication/logoff"} {
table add "ctxloggedoutsessions_[ACCESS::session sid]" 1 28800 28800
}
}
when HTTP_REQUEST {
set sessionstatus [table lookup "ctxloggedoutsessions_[ACCESS::session sid]"]
if { $sessionstatus == 1 } {
HTTP::respond 302 Location "https://www.yourcitrixapm.com/my.logout.php3"
unset sessionstatus
table delete "ctxloggedoutsessions_[ACCESS::session sid]"
}
}
- ipman_1988_5418Apr 17, 2015NimbostratusFixes everything.
- SLGizmo_219768Jan 22, 2016NimbostratusDoes not work for me. If I wait for the 5 min timeout of the StoreFront page or I select Logoff from the StoreFront page it kills my running session. Sorry.
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