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/ >
