Forum Discussion
diana_24252
Nimbostratus
Apr 02, 2009Need iRule to enable "secure" attribute on cookies
ASP.NET application is sending 4 cookies to the client and they are not marked "secure" (i.e., the cookies don't have the attribute that tells the client PC to send the cookies only over an SSL connec...
hoolio
Cirrostratus
Apr 02, 2009Something like this?
when HTTP_RESPONSE {
foreach cookiename [list ASP.NET_SessionId .ASPXAUTH VenueDLA .ASPXCOOKIEAUTH-VenueRRDAdmin] {
HTTP::cookie secure $cookiename enable;
}
}
Aaron
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
