Question on Cookies

Answered
0
0

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

  • You must to post comments
Best Answer
0
0

Hi Matthew,

enhancement WJ-8561 is also added in Wisej release 1.4.50.

Best regards
Frank

  • You must to post comments
0
0

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

  • You must to post comments
0
0

Thank you Frank! I appreciate that.  Is there no way to work around this until the fix is ready?

 

 

  • Frank (ITG)
    Hi Matthew, will send you prerelease build tonight. Best regards, Frank
  • Matthew Ferry
    Thanks Frank – I will try it out.
  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.