There is, and I think this will work... But I haven't tried it so tread carefully.
Create a global, threaded (very NB, must be threaded), variable of reference to NetWebServerWorker
let's call it pp_web
so the declaration is
pp_web &NetWebServerWorker,THREAD
then in WebHandler, immediately after the CODE statement -
pp_web &= p_web
then in your triggers you can reference pp_web and everything should be ok.
cheers
Bruce