// add a dummy bit of path info to fool browser into
// thinking this is a new URL
if (!data.getParameters()
.containsKey(REDIRECTED_PATHINFO_NAME))
{
duri.addPathInfo(REDIRECTED_PATHINFO_NAME, "true");
}
// as the session is new take this opportunity to
// set the session timeout if specified in TR.properties
int timeout =