in reply to Re^3: DBI Problem
in thread DBI Problem
I should have said the problem manifests itself at Note 2.
my $userid = $session->param("user_id"); my $username = $session->param("username");
Returns the correct information from the session. $session = OpenSession($dbh,$tsid);
|
|---|