Hi,
I am having a little trouble getting an attribute that I am setting in one jsp page:
pageContext.setAttribute("purchaser", purchaser, PageContext.SESSION_SCOPE);
and by calling it in other parts of the site via
This works in the google app engine development environment, but doesn't work once it is deployed to the real google app engine. Does anyone know why this isn't working and what if any work around exists.