Quick question,
is there a reason the user code has access to the internal session instead of the 
session facade on session events?

>event = new HttpSessionBindingEvent(this,name,value); //inside StandardSession

as opposed to this code, which would give the user a facade?
event = new HttpSessionBindingEvent(new SessionFacade(this),name,value); 

Filip



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to