[jboss-user] [JBossCache] - Re: Problem externalizeSession Jboss 4.0.5

bstansberry@jboss.com do-not-reply at jboss.com
Wed Feb 7 09:57:22 EST 2007


This is happening because a session object is being inserted into a session as an attribute, e.g.

HttpSession session = request.getSession();
session.setAttribute(session);

You need to find out why that's happening as it won't work.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012459#4012459

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012459



More information about the jboss-user mailing list