Forum Discussion

MYLK's avatar
MYLK
Icon for Nimbostratus rankNimbostratus
Dec 01, 2011

Http header based persistence

 

Hello,

 

 

I have the following setup to enable persistence on incoming http requests.

 

 

when HTTP_REQUEST { persist hash [HTTP::header "Y-ABC-UserID"] }

 

 

The goals is to to have a user who's user id is appended as such

 

 

"Y-ABC-UserID:"

 

 

always persist to the node on which their connection orignally establishes based on the rules of the pool. It is not working correctly and the users session bounces back and forth across the pool.

 

 

Any one with any thoughts? all suggestions are great appreciated

 

 

Cheers

 

 

 

3 Replies