Page 1 of 1

session expired problem

Posted: Tue Feb 19, 2008 7:36 am
by yasmas
first I thank you for that great piece of work
I am trying to use php-residence ... first it worked well on localhost. when I installed it on the internet it worked well in the beginning but after some logins it gives me SESSION EXPIRED whenever I log onto any link.
I revised old threads here and changed session time even into 1800 minitues but no way. I changed also hours of difference into various values, the same.

is there a way to disable sessions or fix the problem?

Posted: Wed Feb 20, 2008 3:38 pm
by marco
Does the problem only happen with links, not buttons? If so there may be something in the web server configuration that prevents from sending variables with the GET method.

Marco

thank you

Posted: Wed Feb 20, 2008 8:52 pm
by yasmas
just a minute....trying

that's correct ... it expires mostly (not all the time)when I click on a link changes the file address specially configure link

does that mean what you kindly said? even if it sometimes doesn't expire without any rules?

if so How can I reconfigure the GET setting since I have a reseller account?

NB: I am about to finish an Arabic translation for the script and I'll be happy if you want to have it as a thank-you for your effort

Posted: Wed Feb 27, 2008 11:29 am
by marco
If it doesn't expire only with link then the problem should be another. Maybe it is caused by some utf8 arabic characted not supported by your browser or server?

Marco

feed back

Posted: Mon Mar 03, 2008 6:40 am
by yasmas
I tried to use only English language. it worked. but the next day it returned back again.

is the problem related to php version or something?

Posted: Thu Mar 13, 2008 10:11 am
by marco
Maybe your internet provider changes your ip during the connection, php-residence uses the ip to track sessions. If this is the case try using a proxy.

Marco

Posted: Sun Mar 16, 2008 5:49 am
by yasmas
in fact I tried it from different ISP's one of them is using proxy.
what I found out recently (maybe it can explain anything) if I make back or refresh I sometimes return back to the same session without logging in again...
again I ask if there is any way to disable sessions... thanks in advance