cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
420
Views
0
Helpful
1
Replies

Sticky with 404 on CSS11501

a12288
Level 3
Level 3

we have HTTP redirect and SSL termination configured at CSS11501.

we are using server generated Cookie for session stickiness, one issue we found is that: within one HTTP1.1 request, there might be some objects missing (like some images), then the session is switched to the next available server, and the user would see the pop-up window asking for re-authentication.

And I am just using ICMP for keepalive (which means the servers / services would be always UP), but it still does not help, my thought is that my session would be stuck on one particular server based on the cookie, and I would expect to see some "x" in the web page, but my session should stick on one server?

ssl-server 200 cipher rsa-with-3des-ede-cbc-sha 131.104.93.7 81

content PORTAL-QA-REDIRECT

add service SLEEPY-80

vip address 131.104.93.7

advanced-balance cookies

string range 1 to 200

string prefix "JSESSIONID="

string skip-length 33

protocol tcp

port 81

url "/*"

flow-timeout-multiplier 225

add service SNEEZY-80

string process-length 2

active

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

the CSS does not have the possibility to dynamically learn cookie.

So, you have to setup manually the value sent by each server.

According to your setup, the jsessionid would have a fix value after the first 33 bytes and the value will be 2 bytes long.

Is that correct ?

If yes, try to increase the string range.

Finally, it might be easier to use arrowpoint cookies.

Gilles.

Review Cisco Networking for a $25 gift card