I have setup Spnego authentication on my Tomcat 7 webapp. It works fine for Ubuntu 14.04 and Windows 10 users. However, all users using Chrome/Firefox/IE get the following error:
GSSException: Failure unspecified at GSS-API level (Mechanism level: Request is a replay (34))
I am unable to identify the root cause for this. How can I debug this issue, since it is specific to Windows 7 users?