in reply to RE: How to use Apache::Session?
in thread How to use Apache::Session?

Sorry for the late response but I got a chance to work on this a little and the problem turned out to be this line:
if ( $@ =~ m#^Object does not exist in the data store# )
Taking this out (and the block end of ocourse) fixed everything.