AutoSession

 view release on metacpan or  search on metacpan

lib/AutoSession.pm  view on Meta::CPAN


###############
# COOKIE_LINE #
###############

sub cookie_line {
  my $this = shift ;
  my $name = $this->name ;
  my $id = $this->id ;
  
  my $line = qq`Set-Cookie: AutoSession=$name:$id` ;
  return( $line ) ;
}

############
# HASH_REF #
############

sub hash_ref {
  my $this = shift ;
  return $$this->{driver}{tree} ;



( run in 0.640 second using v1.01-cache-2.11-cpan-e9199f4ba4c )