On Wed, 2005-05-11 at 17:30 -0400, Rick wrote: > # here's the added undef <------ > % undef %session; > > But that also didn't work =(
This is starting to sound like your problem is at a very fundamental level. I'd suggest making sure RaiseError is on for your database connection, and putting some warn statements in the Apache::Session code to see that things are being called (i.e. DESTROY(), save(), etc.) or running it in the debugger. - Perrin