Index: session.py =================================================================== RCS file: /home/cvs/quixote/session.py,v retrieving revision 1.56 diff -u -b -r1.56 session.py --- session.py 9 Aug 2002 01:42:19 -0000 1.56 +++ session.py 9 Oct 2002 00:14:00 -0000 @@ -293,7 +293,7 @@ # responsible for revoking the session cookie. Yuck. raise SessionError(session_id=id) if (config.check_session_addr and - session.remote_address != request.get_environ("REMOTE_ADDR")): + session.get_remote_address () != request.get_environ("REMOTE_ADDR")): raise SessionError("Remote IP address does not match the " "IP address that created the session", session_id=id)