Apache::Session::Memorycached is born

eric GERMAN eric.german@cp.finances.gouv.fr
Wed, 28 Jul 2004 16:17:18 +0200


hi , I 'm playing with the geat job memcached and I  'm adapted it for 
Apache::Session

my code is now like this :

#!/usr/bin/perl -w
use Apache::Session::Memorycached;
my $cookie=
 my %session;
     tie %session, 'Apache::Session::Memorycached', $cookie, {
          'servers' => ["10.75.1.19:11211"]
     };

$session{'foo'} ='bar' ;
untie %session;

It's working  !
It's full compatible .

I just  finish my work . but I don't know how you send my code  .
I'll pass in production at the next month (I m  going to hollidays) .

$a+
thank
eric german