Note that there are some explanatory texts on larger screens.

plurals
  1. POCodeigniter confilcting sessions behind proxy
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COYou might want to try asking on http://serverfault.com/ and include details on what the topology is (proxies, etc) on both sides. This sounds like an issue on the network layer and not a programmatic issue. A quick google search brought up http://aws.amazon.com/about-aws/whats-new/2010/04/08/support-for-session-stickiness-in-elastic-load-balancing/ which talks about sticky sessions. Basically, if you're using a load balancer with multiple servers behind it, there has to be a mechanism to "stick" the session to the server that originated the session.
      singulars
    2. COThe issue is happening across at least 4 such types of networks, so I would rule out this at this point. Also sticky session comes into play so the same users stick to the same server instance on amazon. Appriciate your taking the time, but, i think its something on the application and session handling thats causing this.
      singulars
    3. COYes, that would make sense that it were happening across multiple networks if the sessions aren't sticky; there isn't anything telling the balancer which server to send the request to. So user 1 starts a session on server 1; user 2 starts a session on server 2; user 1's next request goes to server 2 and gets user 2's session. If you haven't made any other modifications to codeigniters sessions, codeigniter is NOT the problem otherwise this issue would pop up for everyone that uses CI.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload