Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] HttpSession NULL issue with Browsers (Jetty-9.4.34)
  • From: Eze Ikonne <ike.ikonne@xxxxxxxxxx>
  • Date: Thu, 24 Dec 2020 22:01:38 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=aricent.com; dmarc=pass action=none header.from=aricent.com; dkim=pass header.d=aricent.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=3+BnL4GLjcK3uVmI5jkJ9YjXuW+cd/gfuoCjZXYjSY0=; b=guAD/DjmLAtA0nY6qN/gQazgMA4OOlPcNxOGKuNVjG5mFsBnFnBRggH1hssba3Uj2x7hOTnzThNwir8kq8308XZUWevqYqnsx3dAXGR/1B+udPrqOBcfnoSBlcZUj95D1Vuj41i2VsY+hTKsREui2kJLIlt3rF2ItFZ/jrGQpyRqAUOeA7lG62MhfidLUV8GUuDcBzUjKCH9dHbjZ5mXAcz5xff2h5FHeq8OlfsbAeQfsyVaKm51yT8auk4tnII2HT6jbSdapTE/ox12omaqUR19XKw1YaoWOQwZ6pXLAkzTB49r632MQBEKNvMmbsMgxkWbOeFQT47/srZflCAIOQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Tpg8HuTrXh3KKGoauRJMArrt2lirnunpoxXnKKSOWhPOe02CeiRZhx56jOAasLhSBw7xu5lXWi8t6dCthgRc3iVf9AaGe3Irc/ynaLFpUkOsX9lzgCcbmwZXwiC7IDlY1GUL/xw1lGQ2cEsmSkxq4tD/2G726dXeOm5rjm0BhQ6vyH3QMknyBpBqMGAOKou6qzHekBMg8bMoSzcrywMNd7uml1LJTAS2cZfoxbWsDj0N8i4YXD3N5Rl5frgxtyHAwTxn6lK/lmyW/aUXu9tvfbk8vxu5Ts2IcWtFzsqA5Y3fR7qEYQ/BdUSKN7H2tf6JWxaue4Zilp/JCBnV+TA+1A==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHW2kAkAMECHOywhkKMwXALwcwcTQ==
  • Thread-topic: HttpSession NULL issue with Browsers (Jetty-9.4.34)

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.
=====================================================

Back to the top