Cookies & CPIP Connectors
Good Day,
I have been working on writing a cpip ( 2 actually ) connection. To get a successful login, I needed to create a cookie. My problem comes in when we attempt to do the ESdeauth procedure as I need to expire that cookie. The problem is that in deauth process of a Luminis CPIP connection, you can not access cookies or redirect in anyway.
Here is the official response from Luminis on the topic.
Unfortunately, during the de-auth process, the communication occurs directly from Luminis (which acts as the http client) to your external server's CPIP connector. Since Luminis does not act as a broker for cookies/redirects, etc., during this process, they will not be passed along to the client. (The de-auth method is basically a one-way request; Luminis doesn't do anything with the response.)
My question to you all, how do I expire/kill a valid cookie when luminis does its de-auth procedures?
Thanks,
Dave Jones, ( ITS, MRC )

Cookies & CPIP Connectors
Ideally if you are calling de-auth request to external application it is responsibility of external application to kill session on server.
So even if another request goes from the browser who has cookies user should get redirected to login page because session on server does not exists.
In addition you would like to kill the cookie on the browser you need to put some javascript onto server and call that javascript in browser to kill the cookies.