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
.
Comment on
Re: PHP username information
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.
[reply]
In Section
Seekers of Perl Wisdom