Greetings, 
Note first that I am relatively new to POE and english isn't my native language.
The problem is that I've 2 sessions (wrapped by my components), 1st session 
call an event of 2nd session and 2nd session create new component, do it's job 
and then have to call an event of 1nd session. I do it like this: 
$kernel->post( $_[HEAP]->{sender}, ... ); I save a $_[HEAP]->{sender} in 2nd 
session by $_[SENDER]. Now the problem: if the 1st session didn't call 
$kernel->set_alias(...), in it's _start event, then the previous "post", 
doesn't work, otherwise it works fine. What have I done wrong?

-- 
WBR dyker
Agava Software

Reply via email to