in reply to Apache::Session::MySQL not storing info, and sometimes seg faulting
It's probably due to a scoping bug in your code. Do you understand that you need to let %sess go out of scope in order for this to work? It can't be a global, or else you'll have to manually undef it.