Ah yes pnotes. You know actually I think you mentioned this once before in a similar thread I brought up, not sure why I didn't remember it.
> > since some of the methods in my modules are called from the template toolkit > > via callbacks, it's really difficult to make sure those methods have access > > to the session variable without using global variables (making the session > > variable an argument to the template page functions is not an option). > > Why is that? You may run into more trouble later on if you have > designed things in a way that prevents you from passing data to Template > Toolkit. > It's not an option simply because I don't want to make people pass extra stuff that shouldnt' be needed (variables that the application server already has access to), not because of a design limitation. Chris -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html