Forum Discussion
ryanph_121149
Jul 28, 2015Nimbostratus
JSessionID Expiration
Hi,
We have this issue on an application that was upgraded on the basic cookie to java based application. We then create basic IRule below.
when HTTP_REQUEST {
if { [HTTP::cookie "JSE...
ryanph_121149
Aug 07, 2015Nimbostratus
Hi Kevin,
Hopefully the changes we done resolved the issue.
Version: BIG-IP 11.6.0 Build 1.0.403 Hotfix HF1
- Set the virtual server - Default Persistence Profile to "cookie"
- Add as well i-Rule JSession script below and set timeout to 60secs.
when HTTP_REQUEST { if { [HTTP::cookie "JSESSIONID"] ne "" }{ persist uie [string tolower [HTTP::cookie "JSESSIONID"]] 60 } }
when HTTP_RESPONSE { if { [HTTP::cookie "JSESSIONID"] ne "" }{ persist add uie [string tolower [HTTP::cookie "JSESSIONID"]] secs. } }
- Logon to the application server (HTTP Server) via browser (Internet Explorer).
- Monitor the persistence records and found to be deleted after 60secs.
- Connection to the HTTP Server automatically logout.
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