Forum Discussion
Daniel_Varela
Jul 03, 2012Employee
APM How to simulate user session log out
Hi everyone!
I'm trying to close a session using an irule. When the user access to "/logout.do" I would like to close the sessión but like if the user were logged out (not an admin terminati...
Daniel_Varela
Jul 06, 2012Employee
Hi guys!
At the end I used the redirect you tell me but in an HTTP_REQUEST event:
when HTTP_REQUEST {
if { [HTTP::uri] contains "/logout.do" }{
HTTP::redirect "https://[HTTP::host]/vdesk/hangup.php3"
}
}
If I used ACL_ACCESS_ALLOWED event the browser close the session abruptly maybe because it's identifying an attack.
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