in reply to Re^2: DBI Problem
in thread DBI Problem

Why are you so sure the error is at "note 2" rather than $session = OpenSession($dbh,$tsid);

Replies are listed 'Best First'.
Re^4: DBI Problem
by tultalk (Monk) on Sep 29, 2017 at 03:42 UTC

    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);