Will Schroeder wrote:

----snip----
The Trying to restore session page:
[- use Apache::Session::MySQL; -]
[- use Apache; -]
[- use DBI; -]
[- $req = shift; -]
[- $r -> GetSession; -]

shouldn't this be?
[- $req->GetSession; -]

you are getting the request into $req then trying to use $r which has not been defined AFAICS.

--
[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to