Hi,

There are two columns you should aware, SESSION_COOKIE_DOMAIN & SESSION_COOKIE_NAME of table ICX_PARAMETERS. The values of these two columns should be like the follow:

SESSION_COOKIE_DOMAIN = '.domainname.com'
SESSION_COOKIE_NAME = 'ses'

Please be aware of the leading dot '.' in SESSION_COOKIE_DOMAIN and replace the 'domainname.com' with your own domain name.

Eddy Ng