I have an application which I am using the perl based ASP for.  All
of my pages except for one as written using this.  I need one using plain
perl based cgi so the process runs as the user and not the web server for
file security reasons.  The problem is I need to get to some of the Session
information and I can't seem to get it in the cgi.

        I have something like:

#!/usr/bin/perl
use     Apache::ASP;

open(OUT, "/tmp/debug.log");
printf OUT ("This should have the session username '%s' information\n",
$::Session->{'username'});
close(OUT);

        What else do I have to include to get access to the currently stored
session information?

        All my ASP scripts can print the Session information so I know it is
stored properly, but the cgi can not see it.


-Earle
------
Earle Ake
Manager, Internet Services
HCST*Net 

Reply via email to