Hi all,
I've been recenttly been getting this error.
Error: ./acatalog/81Z5Z154Z102A1401267797B95876.session can not be locked during Session init!
The site www.ecosure.co.uk is currently on a Windows server. It's been fine for ages. Started happening last week.
I've added
sub DESTROY
{
my $Self = shift;
$Self->{_LOCKER}->Unlock()
}
to the Sesson.pm but has hed little effect.
Any help would be great.
Many thanks
James
I've been recenttly been getting this error.
Error: ./acatalog/81Z5Z154Z102A1401267797B95876.session can not be locked during Session init!
The site www.ecosure.co.uk is currently on a Windows server. It's been fine for ages. Started happening last week.
I've added
sub DESTROY
{
my $Self = shift;
$Self->{_LOCKER}->Unlock()
}
to the Sesson.pm but has hed little effect.
Any help would be great.
Many thanks
James
Comment