Perrin Harkins wrote:
My guess is that $self has a lifespan longer than one request, so you are trying to use a $r object from a previous request.
Would $r still be defined in that instance? Rob
Perrin Harkins wrote:
My guess is that $self has a lifespan longer than one request, so you are trying to use a $r object from a previous request.
Would $r still be defined in that instance? Rob