in reply to Re^2: DBI Problemin thread DBI Problem
Why are you so sure the error is at "note 2" rather than $session = OpenSession($dbh,$tsid);
I should have said the problem manifests itself at Note 2.
my $userid = $session->param("user_id"); my $username = $session->param("username"); [download]
Returns the correct information from the session. $session = OpenSession($dbh,$tsid);