Hi Aman,
Thanks for the reply. I missed mentioning it in the original post. I
did sent the sendProfileCookies = true and profileCookieMaxAge
properties in the CookieManager class. And the results as expected for
registered users (i.e. DYN_USER_ID cookie is being sent with the
correct expiration date and when the registered user accesses the web
site autoLogin functionality is working). However, these settings are
not working for anonymous users.
Thanks,
Kishor
On Oct 31, 11:14 pm, "aman bedi" <
bedi.a...@gmail.com> wrote:
> Hi,
>
> You need to configure the CookieManager component -
> sendProfileCookies=true
> profileCookieMaxAge=(value in seconds). - This is originally set to -1 which
> is for transient(session) cookies and thats the reason the cookie is not
> persisted after the browser is closed.
>
> Regards,
> Aman Bedi
>