Forum Discussion
Gary_105208
Nimbostratus
Mar 20, 2009How to Generate Visitor ID/UUID
We're trying to drop a unique visitor cookie that we control the persistence (i.e. 6 months age). I don't see anything in the iRule reference that close to helping.
Any recommendation o...
The_Bhattman
Nimbostratus
Mar 23, 2009You could incorpate something like the following into your irule
set unique [md5 [IP::client_addr]]
HTTP::cookie insert name "UUID" value $::unique
Then you could base your persistance off of what is in the cookie or you can insert into the HTTP headers.
Hope this helps
CB
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