Forum Discussion
- Lane_Findley_54NimbostratusI was able to answer my own question by stealing an idea from one of the examples. The trick was to use something similar to the following. Where you build the cookie in the variable $cookie.
For example pass the username in the header, or via a cookie ?
when ACCESS_POLICY_AGENT_EVENT {
:
ACCESS::respond 302 Location $landing_page "Set-Cookie" $cookie
}