Hi,
I am trying to migrate from ATG5.6.1 --> ATG 9.0
We have been using request earlier in our jsps by using the implicit
JSP request object, which we have converted to <%
DynamoHttpServletRequest drequest = ServletUtil.getDynamoRequest
(request); %>
Now, i am getting an error while submitting a form stating Session
timed out and please press back and reload to continue.
I understand the session is not sustained with the request. Can
someone please give some pointers on what the issue could be?
I am using JBoss 4.2 eap, ORacle10g and ATG 9.0 on Windows.
14:34:37,991 INFO [STDOUT] /atg/dynamo/servlet/pagecompile/
DropletEventServlet
14:34:37,991 INFO [STDOUT]
14:47:49,503 INFO [STDOUT] Missing session confirmation number:
Request URI: /store/productlist.jsp, Referer:
http://localhost:8080/store/productlist.jsp?CATID=100986&navAction=jump&navCount=0
Regards,
VJ