Hi Gerald, > > I've sent messages to the list about this problem but I am > still stuck, and I can't deliver my application like this. > Cliff Rayman tried to help but his advice didn't work. > > Session management has simply stopped working -- it used to > work, and now it doesn't. In the simplest example: > > [- > > use Data::Dumper; > > $udat{'allen'} = 'hello'; > -] > > <p>[+ Data::Dumper->Dump([\%udat]) +] > > produces: > > $VAR1 = { 'allen' => 'hello', '_session_id' => > '1fb99c0e5efe832edafa75a3b2db170f' }; > > meaning that some magic is happening with %udat; but the > cookie just isn't being set. > > There is nothing in the server log either. > > This is the output of wget -S : > > 1 HTTP/1.1 200 OK > 2 Date: Wed, 04 May 2005 15:08:48 GMT > 3 Server: Embperl/2.0rc3 Apache/2.0.52 (Unix) > mod_perl/1.999.21 Perl/v5.8.5 > 4 Connection: close > 5 Content-Type: text/html; charset=ISO-8859-1 > > How do I troubleshoot this? >
Could you try to enable dbgSession in Embperl_Debug in your httpd.conf and look at /tmp/embperl.log if there are any hints? Let me know what you see. Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]