Virtual locations in mod_perl

2002-03-06 Thread Milo Hyson
to intercept requests for my specific locations and pretend to translate them, but that's a pain and PageKit seems to work without doing that. Does anybody have any insight they could offer? Thanks in advance. :) -- Milo Hyson CyberLife Labs, LLC

Re: Apache::Session

2002-02-24 Thread Milo Hyson
to take apart the various Apache::Session modules and see what makes them tick. -- Milo Hyson CyberLife Labs, LLC

Re: Apache::Session

2002-02-23 Thread Milo Hyson
in the session. Not only does this reduce the session size but it helps to prevent synchronization problems. -- Milo Hyson CyberLife Labs, LLC

Re: When handlers misfire

2002-02-22 Thread Milo Hyson
On Thursday 21 February 2002 05:21 pm, Rick Myers wrote: On Feb 21, 2002 at 15:23:04 -0800, Milo Hyson wrote: On Wednesday 20 February 2002 07:55 pm, Geoffrey Young wrote: If the redirected request needs that session data, there's a small chance it won't be there yet. have you

Re: When handlers misfire

2002-02-21 Thread Milo Hyson
. However, in lines 11 and 12, I manually entered /iddb/target/index.pl into the browser's address line. This time the log handler was called. Bug or feature? -- Milo Hyson CyberLife Labs, LLC

When handlers misfire

2002-02-20 Thread Milo Hyson
-content code will run before the browser gets a response? From where I sit, the hack job looks like the best option right now. -- Milo Hyson CyberLife Labs, LLC

Re: [OT-ish] Session refresh philosophy

2002-02-19 Thread Milo Hyson
attaching it to a specific page. That's not a bad idea. I guess if you're paranoid about snooping you could always encrypt the cookie. -- Milo Hyson CyberLife Labs, LLC

Session refresh philosophy

2002-02-18 Thread Milo Hyson
anyone may have on the above. Thanks in advance. -- Milo Hyson CyberLife Labs, LLC

Re: Session refresh philosophy

2002-02-18 Thread Milo Hyson
selections are stored before they're confirmed. -- Milo Hyson CyberLife Labs, LLC

try/finally without catch

2002-02-08 Thread Milo Hyson
only job is to re-throw the exception so that finally can execute? -- Milo Hyson CyberLife Labs, LLC

Re: performance coding project? (was: Re: When to cache)

2002-01-26 Thread Milo Hyson
on the load in those cases, Perrin's solution for eToys is probably a good approach (i.e. custom search software written in C/C++). -- Milo Hyson CyberLife Labs, LLC

When to cache

2002-01-23 Thread Milo Hyson
are limited and the second is more effective. What does everyone think? -- Milo Hyson CyberLife Labs, LLC