Hi,

Configuration: Apache 2.0.63 as the front end to weblogic (9.1).

Our client application sends the Cookies to the Apache:
Cookie: Server_session_id=XXXXXXXX
Cookie: 
JSESSIONID=LhTTZ2Cs1JSlRMPgGTx4BxmG67ML3ryv0PlPbYkhp4s72dpngsJl!-912570241

But Apache weblogic plugin when sends the request to weblogic:
Cookie: DAKServer_session_id=14612273741264701005679, 
JSESSIONID=LhTTZ2Cs1JSlRMPgGTx4BxmG67ML3ryv0PlPbYkhp4s72dpngsJl!-912570241
Note: comma is used as deliminator

HttpservletRequest consider only 1 cookie instead of 2.

I'm looking for resolution for this. Is there a way I can configure Apache 
plugin to send 2 cookies or configure it to send cookies with deliminator ';'

Please help.

Thanks..
Usha


Reply via email to