Title: session records bulding up
Hi!
I'm new to both Embperl and Apache::Session, so I have to ask. I’m inclined to believe it's a Session issue, but maybe one of you can help me.
In my configurations, the session ids are stored in a mysql db. The problem is that db records are building
I read in an question in mailing list archive that the print OUT in subs not
function.
I have problems with this, because the html is not generate in this case.
Somebody can tell if it is already possible ?
Thank you, Mauricio.
I'm attempting to execute a page and redirect the output to a file. This is
all that's in the page I'm loading:
[- Execute({inputfile=> 'page.epl', output => '/tmp/output.html' }); -]
page.epl begins with :
[$var $req . $]
[- $req = shift; -]
...
...
$req is not arriving where it can be unsh
>When i use [- $errors = $req_rec -> prev -> pnotes('EMBPERL_ERRORS') ; -]
>the apache log: (stay in loop)
>[Fri Jan 10 12:55:38 2003] [error] [29842]ERR: 24: Error in Perl code:
Can't call method "pnotes" on an undefined value at
/home/masilva/local/apache/htdocs/embperl/verdoc-des/err.epl line
>I change directive Location by Directory and 500 internal server error in
IE apprently was
>resolved.
>why will be ?
Maybe there is another Location directive in your config, that hides the
Location /embperl and Directory is not hidden by the Location directive.
There is a document inside of th
The questions: Who
handles the cleanup of that table, and if I have to do it by hand, how do
I select the records that I may safely remove?
Here's a page that describes how sessions in embperl are being
handled:
http://www.ecos.de/embperl/pod/doc/Embperl.-page-6-.htm
I think though, from the look
Hi list,
I need generate an table that can have table inside table.
I am trying an recursive routine, but i don't am getting sucess, because
the html is not generate.
Exist any form for do it.
I am trying an explorer in html. (simple)
Thank you.