I can create and read the cookies in one library as follow:
Create Cookies:
COMPRESS ‘Set-Cookie:’ ‘name=’ #USERID-A ##HTTP_NEWLINE_END INTO #STRING2
PERFORM W3HTTP #STRING2
Now, i have two web libraries(A and B) and i like to create the cookies in library A, and then redirect web site in library B and read the cookies in library B. The problem is the cookies read in library B blank. My question:
can cookies read in different libraries?
i cant find the cookies created in the server nor client. where the cookies store actually?