cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
440
Views
0
Helpful
2
Replies

ACE: new stiky cookie inserted for different URL?

isa-aston-03
Level 1
Level 1

I have sticky cookies set (cookie insert) and http persistence rebalance on. The virtual server is made of a group of three real http servers.

The DNS name of the virtual server is for example "vhost.domain.com".

If I browse (from the internal network) to "http://vhost/" my session is stuck to a real server using cookie stickiness. My question is, when I click a link which is fully qualified e.g. "http://vhost.domain.com/newpage.html" is a stickiness maintained or as the http header has changed is it seen as a new session and potentially sending me to a different real server?

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

ACE doesn't care about the url.

It will simply look for the presence of the cookie.

If the cookie is there, you will stick to the same rserver.

If not, this is considered a new connection and the request is loadbalanced.

So, it all depends if your browser consider that vhost and vhost.domain.com are the same because the cookie is associated to a domain.

Normally it should consider them the same.

Gilles.

View solution in original post

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

ACE doesn't care about the url.

It will simply look for the presence of the cookie.

If the cookie is there, you will stick to the same rserver.

If not, this is considered a new connection and the request is loadbalanced.

So, it all depends if your browser consider that vhost and vhost.domain.com are the same because the cookie is associated to a domain.

Normally it should consider them the same.

Gilles.

Thanks for the fast response Gilles. I was kind of hoping that would be the answer.

best regards,

Phil.