I have recently installed apps 11.5.5 on IBM AIX 4.3.3 and correctly followed all the steps. When I try to login through ICXINDEX.htm, after giving the sysadmin/sysadmin, I am getting the message 'Your session has expired. Please try again' and it loops there.
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:
By default both session_cookie_domain & session_cookie_name were null. I had set the earlier with or without initial dot. Neither worked. Setting of session_cookie_name to ses did not work either.
However, as per some reference on metalink, I set the session_cookie_domain to NODOMAIN and it works fine now.
I however, do not understand the difference in the two. Does it depend on the way DNS/DCHP or LAN are configured?
Bookmarks