Forum Discussion
JRahm
Admin
Jan 22, 2026AppWorld DC Booth Kiosk Generator
Welcome to AppWorld, community! You may or may not be with us in person, but you can watch this thread for iRules that are either generated or described by the Distributed Cloud AI Assistant.
JimmyPackets
Cirrus
Mar 10, 2026AI-Generated iRule
Prompt: Persist connections to the same pool member based on a JSESSIONID cookie value
Generated iRule (by F5 Distributed Cloud AI Assistant):
when HTTP_REQUEST {
# Check if the JSESSIONID cookie exists
if {[HTTP::cookie exists "JSESSIONID"]} {
# Get the value of the JSESSIONID cookie
set session_id [HTTP::cookie "JSESSIONID"]
# Persist the connection to the pool member based on the session ID
persist uie session_id
}
}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