Hi Jan,
Thanks, will do customRequest log mechanism.
Ike
    On Thursday, December 24, 2020, 04:02:11 PM CST, Eze Ikonne 
<[email protected]> wrote:  
 
  #yiv4701051067 P {margin-top:0;margin-bottom:0;}Hi all,
I have a scenario where, when our webapp is accessed by certain browsers, the 
session is null even though it has been initialized prior to been accessed as 
below
        HttpServletRequest request = (HttpServletRequest)req;
        HttpSession session = request.getSession(false);
We are running embedded Jetty-9.4.34
Is there a mechanism that I could instigate to determine that the browser is 
not sending back cookies hence this erratic behavior? I have not experienced 
this in our environment, but one customer is running into this issue. When the 
customer uses the Microsoft Edge browser, they are successful. Is there 
anything that I coulduse to determine why the other browsers are running into 
this issue? Any hints and suggestions would be appreciated.
Thanks,
Ike
=====================================================
Please refer to https://northamerica.altran.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
_______________________________________________
jetty-users mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users
  
_______________________________________________
jetty-users mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to