not sure if this is possible,
i have a session variable started with PHP
$_SESSION[username] = $username;
i want to output that session variable into my cgi script...
is that possible?
example...
in my cgi file i have
$PREF{uploaded_files_dir} = '/upload/files';
i want that to be:
$PREF{uploaded_files_dir} = '/upload/files/PHP SESSION USERNAME';