Thank you!, this fixed the problem. I'm not quite sure I understand the
problem though. Why does the newSession method need to be specified twice?
Or did I just have it declared in the wrong class?
On Sat, Nov 8, 2008 at 1:55 PM, Timo Rantalaiho <[EMAIL PROTECTED]>wrote:
> On Sat, 08 Nov 2008, Brad Gardner wrote:
> > public Session newSession(Request request, Response response)
> > {
> > return new CheeseStoreSession(request);
> > }
>
> You should have something like this in your Application
> class, too, so that your CheeseStoreSession will be used.
>
> Best wishes,
> Timo
>
> --
> Timo Rantalaiho
> Reaktor Innovations Oy <URL: http://www.ri.fi/ >
>
--
Brad Gardner