in reply to PHP username information

As I understand users should be logged into PostNuke. I don't know how it works, but I think it stores username in some session variable. To access PHP session data from perl you can use PHP::Session.

Replies are listed 'Best First'.
Re^2: PHP username information
by Dranzaz (Sexton) on Dec 05, 2008 at 23:43 UTC
    Thanks for the PHP::Session reference. This was exactly what I needed to get me in the right direction.