03-15-06 07:49 AM
I guess you mean no session cookie (JSESSIONID) and this is true as there is
no session for anonymous users by default.
You can switch public session to be true in NavigationService.properties and
this will create session for public users and the cookie will be created.
In general cookies are not enabled in wps (except for jsessionid), so you ca
n't set or get cookies inside portlets -this was a shock for me- but it is t
rue and documented as security reasons.
[ Post a follow-up to this message ]
|