Forum Discussion
Adam_S
Altostratus
May 21, 2019set irule cookie as flag to ignore incoming redirects after a redirect?
I am building an irule to redirect the / uri and set a cookie before redirecting to a webportal that will run some queries with the username then redirect then user to the BIGIP's traffic address. I...
May 25, 2019
Seems that you're cookie isn't inserted. You could use trying a tool like fiddler to see if you're cookie is being inserted:
You can't use 'insert' and 'path' at the same time in the HTTP::cookie command. Try this:
HTTP::cookie insert name "tstate" value "1"
HTTP::cookie path "/"
HTTP::cookie expires "tstate" 300 relative
Hope, this will help to get you going.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects