You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Antonio Gallardo <ag...@agsoftware.dnsalias.com> on 2003/11/25 14:55:06 UTC

Re: [Flow+Auth-fw+woody] cocoon.redirectTo() not working after successful authentication

Hi:

Related to the problem I found an interesting log inside the core.log:

After

DEBUG   (2003-11-25) 07:20.58:913   [core] (/ait/bienvenidos)
http8080-Processor4/Cocoon: DEBUGGING INFORMATION:

REQUEST: /ait/bienvenidos

CONTEXT PATH: /ait
SERVLET PATH: /bienvenidos
PATH INFO: null

REMOTE HOST: 10.0.0.5
REMOTE ADDRESS: 10.0.0.5
REMOTE USER: null
REQUEST SESSION ID: 23E35D2C5CA95DD96145CA878DFC6CA7

########################(PLEASE NOTE THE ABOVE SESSION ID)################

then there is:

HEADER PARAMETERS:
... some attributes ...

PARAM: 'cookie' VALUES: '[JSESSIONID=23E35D2C5CA95DD96145CA878DFC6CA7;
nde-textsize=16px; SQMSESSID=f439f40a5ffa832c975d17cc1dce6bdd;
JSESSIONID=35488D58EBDB6ABEA4D3A4B253B3AFEC; testing=1;
sid=22f8356d85c439959d82e2b4e4155f05]'

SESSION ATTRIBUTES:


#########################################

There are not session attributes. I think it is OK. But maybe the 2
JSESSIONID in the cookie paramaters can create the problem?

Best Regards,

Antonio Gallardo