This is a known issue Abadhesh.
ATG 2006.3p4 and later, introduced a _dynSessConf parameter to all DSP
taglib and JHTML generated forms and property setting anchor tags.
This new parameter contains a session confirmation number, which is a
randomly generated long number associated with a session. When a
formhandler submit or property setting link request occurs the value
of the _dynSessConf parameter is checked against the current session's
session confirmation number. If _dynSessConf is missing or doesn't
match the confirmation number of the current session, a warning is
logged, and event processing may be skipped.
There are 2 ways to fix as far as I know
1. Delete all the OLD compiled JSPs and cached jars
2. Disable this functionality i.e. in atg/dynamo/Configuration set the
following properties
enforceSessionConfirmation=false
warnOnSessionConfirmationFailure=false
Hope that helps.
Thanks, Kartik