cancel
Showing results for 
Search instead for 
Did you mean: 

How to automatically detect a cookie and remove it?

Former Member
0 Kudos

We have a need to detect any active cookies and remove them when

logging off the EP.

Please advise how to do it?

Thanks a lot! Points guaranteed

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi cz,

write an own JAAS login module and implement your cookie collector there.

example:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4d65ed90-0201-0010-3aba-9209836e...

access to cookies:

HttpServletRequest.getCookies()

good luck,

Regards, Jens