Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,As far as I understand, the HTTP header cookie field, and the embedded cookie (in a URL) are case-sensitive. Is this correct?The settings look like this:content stickyCookie advanced-balance cookieurl string prefix "SESSION_ID="On the HTTP hea...
Hello,I am trying to tcpdump on an ACNS Software Release 5.5.9The interface in question is Gig 1/0. So I enter the following and get an error:Proxy#tcpdump -w /local1/capture.pcap -i GigabitEthernet1/0 tcpdump: ioctl: No such deviceWhat am I doi...
Your "Note: Cookies are case sensitive." is probably the answer.The rest is what I already saw in the CSS documentation. Please note that this environment is already configured with dynamic cookies (valid for individual sessions only), as this is wha...
If SSL is terminated on the server, either you so stickuness based on SSL ID, or on Source IP, or Source IP/dest. port because you cannot read the cookie within the SSL (encrypted) trafficHope this helps