Suggestion for $Session->Config

2001-08-26 Thread John D. Leonard II
Joshua: How about a change to $Session->Config so that it returns a reference to a hash (similar to $Request->QueryString, etc.)? It would be handy for debugging to check to see what variables have been set. Thanks, JL - To

RE: Suggestion for $Session->Config

2001-08-26 Thread John D. Leonard II
> How about a change to $Session->Config so that it returns a reference to a > hash (similar to $Request->QueryString, etc.)? It would be handy for > debugging to check to see what variables have been set. Sorry, I'm actually referring to: $Server->Config() Thanks, JL ---

Re: Suggestion for $Session->Config

2001-08-26 Thread Joshua Chamas
"John D. Leonard II" wrote: > > > How about a change to $Session->Config so that it returns a reference to a > > hash (similar to $Request->QueryString, etc.)? It would be handy for > > debugging to check to see what variables have been set. > > Sorry, I'm actually referring to: $Server->Confi