Hello All,
We’re having problems maintaining a session on a site we’re building. We’ve been working on this for a few weeks so we have lots of supporting information.
First, the site requires the user to login and view a few pages of information before submitting information to a webservice. In putting together the XML webservice request, we recall the user’s data including their email address. It is at this point that the indication of a session failure occurs - in some cases, the user information is unavailable and the session appears to be lost.
The strange thing is that this works in the overwhelming majority of cases, in Chrome, Firefox, Safari and IE, on Mac and PC. The only discernable factor we’ve been able to determine after weeks of testing is that the failure occurs only within the client’s network. The client is looking for an answer, since they believe that if it is happening for them it will happen for others.
We’ve tried using Cookies Only, Sessions Only, and Sessions and Cookies settings to manage the sessions, with no change in the testing results. The IT department has mentioned a possible cause might be the following, that they hash the cookie referring to the requesting user’s source IP, since they have a multi link for load sharing.
This is a very large, high profile company and we’d like to get things sorted out for them, so any insight will be appreciated.