Quantcast
Channel: Troubleshooting
Viewing all articles
Browse latest Browse all 1814

Cookies are lost in the http request headers

$
0
0

One of the applications that i am working on is having a very strange issue. What is happening is that when a user logs into the application and navigates through the application, some of the requests are losing cookies in the http request headers, as a result weblogic thinks that this is a new request. This issue happens on all the requests within the application and is intermittent for some users and consistent for other users. Note that this issue happens in all of our environments and we have seen that it is happening only on IE as almost all users use IE browser. 

After looking at the IIS Web Server logs and Fiddler sessions, we see that the request is able to parse the cookies from the Cookie header, but in the next few lines when it tries to read all the headers from Client, there is a "Headers from Client: Found = No Key/Value pair, Continue... " instead of getting "Headers from Client [Cookie] : Some cookie value". 

Good Request (some URI) - 

Found cookie in the cookie header with some value

Parsing cookie with some value

........ some other lines related to resolving the request to primary/secondary JVM Id........

Line X- Headers from Client [Authorization]: [Site Minder]

Line Y - Headers from Client [Cookie]: [Cookie Name/Value Data]

Request which has an issue (same URI as above) - 

Found cookie in the cookie header with some value

Parsing cookie with some value

........ some other lines related to resolving the request to primary/secondary JVM Id........

Line X- Headers from Client [Authorization]: [Site Minder]

Line Y - Headers from Client : Found = No Key/Value pair, Continue...

 

Please assist on any pointers that would help us resolve the issue. It has almost one year since we have this issue.

Set up is that we have One Web Server, One/Two Weblogic Application Servers. Application uses Site minder for authentication.


Viewing all articles
Browse latest Browse all 1814

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>