From: Lars G. <la...@wo...> - 2004-02-18 23:00:33
|
Hi, I am just wondering what the difference is between: A) WebContext.getSession() and B) WebContext.getRequest().getSession() See, A uses this: return (HttpSession) getProperty("Session"); Now, I searched everywhere in the v1.1 source and settings file and I cannot see where that property is actually set. Even the SessionTool uses variant B above. Do you know? Thanks, Lars |