Author: issac Date: Thu Mar 13 15:55:35 2014 New Revision: 1577216 URL: http://svn.apache.org/r1577216 Log: Remove redundant httpcookie documentation
https://issues.apache.org/bugzilla/show_bug.cgi?id=51648 Modified: httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm Modified: httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm?rev=1577216&r1=1577215&r2=1577216&view=diff ============================================================================== --- httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm (original) +++ httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm Thu Mar 13 15:55:35 2014 @@ -450,20 +450,6 @@ Get or set the HttpOnly flag for the coo -=head2 httponly - - $cookie->httponly() - $cookie->httponly($set) - -Get or set the HttpOnly flag for the cookie: - - $cookie->httponly(1); - $is_HttpOnly = $cookie->httponly; - $cookie->httponly(0); - - - - =head2 comment $cookie->comment()
