Riparian Posted January 5, 2010 Share Posted January 5, 2010 Problem; As far as I can find out, bigpond's 3G / Wireless broadband uses several proxy servers and sometimes a request can go out from a different proxy server (and thus a different ip address is seen from the web server. This makes the session cookie invalid and consequently will log a client out and loses all info saved in the cookie. Apparently there is a way to make php disregard the ip address with regard session variables. Does anyone know how to do this ? Link to comment https://forums.phpfreaks.com/topic/187199-how-to-disregard-ip-in-session-variables/ Share on other sites More sharing options...
trq Posted January 5, 2010 Share Posted January 5, 2010 Session cookies don't rely on a users ip address (as far as I know). What makes you believe the problem you have is caused by this? Link to comment https://forums.phpfreaks.com/topic/187199-how-to-disregard-ip-in-session-variables/#findComment-988531 Share on other sites More sharing options...
Riparian Posted January 5, 2010 Author Share Posted January 5, 2010 Thanks for the reply This has been investigated at length by my isp as this has been a problem for a long time now. This is their explanation as to why I am constantly but irregularly dropping out Link to comment https://forums.phpfreaks.com/topic/187199-how-to-disregard-ip-in-session-variables/#findComment-988620 Share on other sites More sharing options...
trq Posted January 5, 2010 Share Posted January 5, 2010 I guess the session.referer_check directive may be what there getting at. What have you got that set too? Link to comment https://forums.phpfreaks.com/topic/187199-how-to-disregard-ip-in-session-variables/#findComment-988642 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.