Searched defs:httponly (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm120 my ( $name, $value, $path, $domain, $secure, $expires, $max_age, $httponly )
141 $self->httponly( $httponly ) if defined $httponly;
160 push @cookie,"HttpOnly" if $self->httponly;
237 sub httponly { # HttpOnly subroutine
238 my ( $self, $httponly ) = @_;
239 $self->{'httponly'} = $httponly if defined $httponly;
[all...]

Completed in 33 milliseconds