We are attempting to share cookies from two different sites/apps – sharing cookies across sub-domains is viable. For example – we can share a cookies between these two sites.
test.abc.com
test2.abc.com
To do this – you can set the http cookie domain property to be “.abc.com” This allows http to see it across domains.
However – in the WiseJ cookie class – there is no domain property, and it must be being set automatically. Path property is an add on to domain so it does not help us.
Is there a way to set the domain that wisej cookies are using? Or is there a way to hook into the http response somehow and set our own http cookie?
Please help – this is critical for one of our major projects… Thanks in advance,
Matthew
Hi Matthew,
enhancement WJ-8561 is also added in Wisej release 1.4.50.
Best regards
Frank
Thank you Frank! I appreciate that. Is there no way to work around this until the fix is ready?
Hi Matthew,
we´ll be adding the Domain property to Wisej´s Cookie class. It´s logged as enhancement WJ-8561 and we´ll notify you when it is available.
Thanks,
Frank
Please login first to submit.