On 22-Jun-2001 Rocco Caputo wrote:
> On Thu, Jun 21, 2001 at 05:06:51PM -0400, [EMAIL PROTECTED] wrote:
>> @events=$kernel->session_evnets($ids[0]);
>
> I'm against this one. Sessions' privacy has always been a major
> design goal. If a session wants you to know what's in it, it should
> include something to tell you when you ask nicely. That way, also,
> you don't find things it never wanted you to see in the first place.
Oh. True. For debugging, however, it can be very useful. Ideally,
there'd be a way of flagging states as being public or private.
> And anyway, sessions keep to themselves. The Kernel doesn't know
> which events they can handle.
It doesn't? Huh. I guess that's why we never know if a event wasn't
"caught"... my number one ANNOYANCE about debugging POE.
>> @aliases=$kernel->alias_list($ids[0]); # does this currently
>> work?
>
> alias_list() should work in 0.1403 or so. Maybe I haven't released it
> yet; check the CHANGES file.
Yes, alias_list() is in 0.1403 and it's been released.
What I meant was : does alias_list() handle session IDs? My guess would
be yes.
-Philip