Hello,
we've been using the Apache/Session module for quiet sometime in many
applications, for managing cookie/session management and it works great. But now
all of a sudden we've noticed the following error quiet often over the last few
days.
--
[Tue Jun 27 06:27:39
Hello:
I am just testing with the following code that I copied from the web (module):
use Apache::Session::Store::MySQL;
my $store = new Apache::Session::Store::MySQL;
$store->insert($ref);
$store->update($ref);
$store->materialize($ref);
$store->remove($ref);
tie %hash, "Apache::Ses