Session problem for users coming from Cache/Proxy server
From: Mac (macter_at_doonotspamhost111.com)
Date: 03/28/05
- Next message: J.O. Aho: "Re: isset($var) question"
- Previous message: Janwillem Borleffs: "Re: isset($var) question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Mar 2005 11:43:26 GMT
Hello
I am chalenging with this problem for some times.
Users comming from some specific proxy servers (3-4 ISP's proxy servers
arround the country) go into each other's session.
I am NOT using session IDs on my query string and I have limited
session time and cache:
ini_set('session.use_trans_sid', 0);
session_cache_limiter('private');
session_set_cookie_params(20000);
session_start();
It seems when two users login from one of these specific ISPs they go
into each other's sessions.
Does anyone have same experience? If yes what solution we have?
Regards,
Mac
- Next message: J.O. Aho: "Re: isset($var) question"
- Previous message: Janwillem Borleffs: "Re: isset($var) question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|