strange error in latest 3.0
Archived from the Xataface Users forum.
zmmaj — Tue Nov 06, 2012 12:53 am
I have this error when I open ANY table
- Code: Select all
[error] [client 127.0.0.1] Session address does not match the remote address. Possible hacking attempt. Session address was '', User address was '::ffff:7f00:1',
What this mean?
fantomasdm — Tue Nov 06, 2012 1:23 am
me too
shannah — Tue Nov 06, 2012 1:13 pm
Add the following to the beginning of your conf.ini file:
- Code: Select all
disable_session_ip_check=1
This will disable this check.
zmmaj — Tue Nov 06, 2012 3:55 pm
tnx