I have used embperl with great success in a number of projects but I
have never needed to keep session information until now and I find
myself a little confused.
Here is the dilemma: I can insert session info into mysql but I am not
sure how to go about restoring session data.
I have a form that h
I got to thinking and I tried this:
[- $req_rec = shift; -]
[- my $udat = HTML::Embperl::Req::SetupSession($req_rec); -]
Now when I close the tab in mozilla and re open the last page I see the data.
When I close the browser totally and try to access the page from I do not
see anything. I tried rep
and see if I see
anything. Have you or any one else experienced this? Also, what level
would you reccomend that I log at?
Will Schroeder
On Thu, 2004-12-09 at 20:47 +0100, Gerald Richter wrote:
> > BTW: when I get this to work I will be more that happy to
> > fully document what I did