[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.58.0311171342160.15124@catbert.rellim.com>
From: gem at rellim.com (Gary E. Miller)
Subject: defense against session hijacking
Yo Thomas!
Some ISPs like AOL use ganged proxies/caches. You may get the same session
from different proxies as they round robin.
Overly agressive web caches are a big problem for web apps.
RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 20340 Empire Blvd, Suite E-3, Bend, OR 97701
gem@...lim.com Tel:+1(541)382-8588 Fax: +1(541)382-8676
On Mon, 17 Nov 2003, Thomas M. Duffey wrote:
> Isn't it
> good defense for a programmer to store the IP address of the client
> when the session is initiated, and then compare that address against
> the client for each subsequent request, destroying the session if the
> address changes?
Powered by blists - more mailing lists