Forum Discussion
awired_106663
Nimbostratus
Jul 06, 2007Where are cookies stored?
Hello forum,
Can someone tell me if cookies are supposed to be stored in a file on client, when using following (partial) code?
Or is the result of this command a session cookie, stored in client memory?
when HTTP_RESPONSE {
log local0. "Start HTTP Response"
insert cookie if needed
if {$need_cookie == 1} {
HTTP::cookie insert name "Traffic" value $client_id
HTTP::cookie maxage "Traffic" 180
}
}
Many thanks!!
Jan
- When using the 'maxage' parameter in a Set-Cookie header the result depends, unfortunately, on the browser..
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