|
From: Seth L. <set...@gm...> - 2005-03-31 23:17:43
|
On Thu, 31 Mar 2005 21:17:02 +0100, Rob Harrop <ro...@ca...> wrote: > I see no problem in implictly creating a session - although I am > concerned about the impact of this on clustered applications. Can the > session implementation be factored out so that users can implement their > own session storage? Hi Rob, One possible way here is to write your own impl of HttpSession and replace the builtin impl using a Filter. You can then perform whatever custom session storage you need. Seth |