>The PerlAccessHandler sets a session_based cookie, using TIEHASH
>$r->pnotes("COOKIES")->{'SESSION_ID'} = $session{_session_id};

Unless you have already stored a hash ref in pnotes with key COOKIES, you
must write:

$r->pnotes("COOKIES", {'SESSION_ID' => $session{_session_id}}) ;

this stores a new hash ref in the pnotes table. Then it should work

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


Reply via email to