cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
743
Views
10
Helpful
5
Replies

configure cookis insert

julxu
Level 1
Level 1

Could anyone advice me how do:

- "configure to use active cookie persistence (cookie insert)"

- "configure to insert the cookis "xxx" into header"

my current configure is

service server1

ip address 10.1.1.10

protocol tcp

port 80

keepalive type tcp

keepalive port 80

active

service server2

ip address 10.1.1.20

protocol tcp

port 80

keepalive type tcp

keepalive port 80

active

content service

vip address 10.2.2.211

port 80

protocol tcp

add service server1

add service server2

balance leastconn

active

Any comments will be appreciated

Thanks in advance

1 Accepted Solution

Accepted Solutions

yes, that is enough to have persistence based on cookie

View solution in original post

5 Replies 5

Gilles Dufour
Cisco Employee
Cisco Employee

All you need is to add this to your content-rule

url "/*"

advanced-balance arrowpoint-cookie

arrowpoint-cookie name xxx

Some research on those commands will give you more info.

Gilles.

Thanks Gilles,

the actually the header I need insert is:

WL-Proxy-SSL: true

the arrowpoint-cookie name can not insert this.

Do I have to add something?

this is not a cookie that you are trying to insert but a fixed header line.

This can be done for ssl traffic decrypted by the CSS [therefore you need the ssl module].

Here is a link to the command that you need :

http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a0080579f6b.html#wp1009981

Again this function is only available to SSL traffic when terminating the ssl connection on the SSL module.

Gilles.

Thanks to clear this.

at this time, I have been only asked to setup http, no https, so, I will not insert this header.

However, is the rest configuration enough to setup the cookie persistence?

url "/*"

advanced-balance arrowpoint-cookie

Please advice

yes, that is enough to have persistence based on cookie

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: