03-11-2025, 12:44 AM
(This post was last modified: 03-11-2025, 04:04 AM by Alexandre Machado.)
The set-cookie entries in the response headers correctly show a date 180 days in advance.
except for the Intraweb cookie (which is not under discussion)
The web site in question is xxxxx
You can log in with the credentials "test" "test". If you do, you will see the set-cookie entries in response to clicking the [Log In] button. However, upon immediate inspection of the cookies in the browser, you will see they are set to "Session".
On the surface it may appear that this is not an IntraWeb issue but I would like to get your expert advice before drawing that conclusion. I am not skilled enough to determine why Firefox, Chrome, etc. would determine the set-cookie requests to be "Session" cookies.
Code:
set-cookie: Username=mait; Path=/;" Expires="Wed, 10 Sep 2025 23:05:51 GMT; SameSite=Lax
set-cookie: xc01=xdyxtpxnmyrm; Path=/;" Expires="Wed, 10 Sep 2025 23:05:51 GMT; SameSite=Lax
set-cookie: xc02=44646551-A7B7-4133-8DD8-7FA1C9669563; Path=/;" Expires="Wed, 10 Sep 2025 23:05:51 GMT; SameSite=Laxexcept for the Intraweb cookie (which is not under discussion)
Code:
set-cookie: IW_iNTELLiWeb=vFY9aWaXTeF0Y%7EPhNmFniqBKZ%7ES_2; Path=/vFY9aWaXTeF0Y~PhNmFniqBKZ~S;" Expires="Tue, 11 Mar 2025 23:35:52 GMT; SameSite=LaxThe web site in question is xxxxx
You can log in with the credentials "test" "test". If you do, you will see the set-cookie entries in response to clicking the [Log In] button. However, upon immediate inspection of the cookies in the browser, you will see they are set to "Session".
On the surface it may appear that this is not an IntraWeb issue but I would like to get your expert advice before drawing that conclusion. I am not skilled enough to determine why Firefox, Chrome, etc. would determine the set-cookie requests to be "Session" cookies.

