Topic: log in session expires...

hi every body .
i use this system in iraq. and i use a 3g network operator for connecting to internet. but the operator (Newroz telecom) changes my ip address every 15 second so my login session rapidly expires. and for each click i should login again... so i can't use this program. and also i cant change my network operator...
now does anybody know how can i disable this type of session checker (client IP address). or maybe another solution exists that i don't know....   
thanks

Re: log in session expires...

In /includes/session.inc there is a function preventHijacking(), which seems like a good place to start. The second test compares the session's IP to the current connection's.

Re: log in session expires...

thank you. i remove that line (line 59 and 60) in session.inc and it solved