Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Re: Re: Re: debugging mod_perl?

by perrin (Chancellor)
on May 19, 2003 at 05:16 UTC ( [id://259070]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: debugging mod_perl?
in thread debugging mod_perl?

That really sounds like a problem with scoping of Apache::Session objects to me. Try removing the session code or explicitly undef'ing your session object at the end of the request. Or put in some warnings in Apache::Session to see if DESTROY is being called.
  • Comment on Re: Re: Re: Re: Re: debugging mod_perl?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: debugging mod_perl?
by Flame (Deacon) on May 19, 2003 at 19:16 UTC
    I do use an explicit undef immediately after I finish all other processing. Actually it's an explicit untie, but it amounts to the same thing.



    My code doesn't have bugs, it just develops random features.

    Flame ~ Lead Programmer: GMS (DOWN) | GMS (DOWN)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://259070]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 02:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found