Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] HttpSession NULL issue with Browsers (Jetty-9.4.34)

Hi Jan,

Thanks, will do customRequest log mechanism.

Ike

On Thursday, December 24, 2020, 04:02:11 PM CST, Eze Ikonne <ike.ikonne@xxxxxxxxxx> wrote:


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 could
use 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
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top