<?xml version="1.0"?><rss version="2.0"><channel><title>Comments on Better Sessions - AddedBytes.com</title><link>http://www.addedbytes.com/article/better-sessions/</link><description>Latest comments on Better Sessions on AddedBytes.com</description><!-- ckey="76C662BB" --><item><title>Comment on Better Sessions</title><link>http://www.addedbytes.com/article/better-sessions/comments/</link><guid>http://www.addedbytes.com/article/better-sessions/comments/</guid><description>Comment by SlyK ( &lt;a href="http://www.toohit.com/"&gt;http://www.toohit.com/&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Thanks, it's interesting idea. I'll be using sessions with flash component, that wouldn't use standart session features of PHP.</description></item><item><title>Comment on Better Sessions</title><link>http://www.addedbytes.com/article/better-sessions/comments/</link><guid>http://www.addedbytes.com/article/better-sessions/comments/</guid><description>Comment by ADD ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I'm creating a CRM for a small company and its actually verry usefull because we know evrey one has a static ip adress.^^:)</description></item><item><title>Comment on Better Sessions</title><link>http://www.addedbytes.com/article/better-sessions/comments/</link><guid>http://www.addedbytes.com/article/better-sessions/comments/</guid><description>Comment by CubeCart Skins ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Thanks!  I found this tutorial invaluable!</description></item><item><title>Comment on Better Sessions</title><link>http://www.addedbytes.com/article/better-sessions/comments/</link><guid>http://www.addedbytes.com/article/better-sessions/comments/</guid><description>Comment by J ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I intended to leave a comment like the one below as soon as I saw the premise of this article, albeit for a different reason.  Or perhaps, really, it is for the same reason.  When I had a satellite, my IP jumped around quite a bit which I discovered while writing the user management feature for an interactive online video gallery.  It seems like a good idea at first, but it takes consistency for granted and that is on thing you cannot do on the Internet.  ;)  I suppose it could cause issue for a modem user as well..</description></item><item><title>Comment on Better Sessions</title><link>http://www.addedbytes.com/article/better-sessions/comments/</link><guid>http://www.addedbytes.com/article/better-sessions/comments/</guid><description>Comment by Leif Burrow ( &lt;a href="http://unforgettability.net"&gt;http://unforgettability.net&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;The proxy issue is definately a problem if you are running a comercial website where you can't just choose your users.  I used to run into problems with AOL and Yahoo DSL users a lot and it took me a while to figure out why. &lt;br /&gt;
&lt;br /&gt;
I've heard of some developers just verifying the first octet or two.  It's not as secure as verifying the whole ip but it's better than nothing and it usually takes care of the proxy problem. &lt;br /&gt;
&lt;br /&gt;
A more ambitious developer could attempt to identify the isp and adjust accordingly if it's known to use multiple proxies.  You could start by just checking for the big well known ones like AOL.  To find the rest record the ip-addresses anytime a session is dumped due to the ip changing. Then as users complain, you can use these records to discover the rest.  This would still inconvenience some users but if you take care of the big ones up front and keep on it they will probably be very much in the minority.</description></item><item><title>Comment on Better Sessions</title><link>http://www.addedbytes.com/article/better-sessions/comments/</link><guid>http://www.addedbytes.com/article/better-sessions/comments/</guid><description>Comment by Bill Getas ( &lt;a href="http://ms.com"&gt;http://ms.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Not every solution is right for every person.  This could have applications in a smaller, more controlled, and more secure site.  From experience, 'IP hopping' by users in a shared pool is rather common.  Out of a site I run with 10,000 solid users, perhaps 500 use AOL (hey, they're a relatively bright bunch), so at any given look-see of online users, there's almost always one online whose IP changes with every click (fills up the logs!)  This is a good solution and addition to the site, but its scope is not for the general public.</description></item><item><title>Comment on Better Sessions</title><link>http://www.addedbytes.com/article/better-sessions/comments/</link><guid>http://www.addedbytes.com/article/better-sessions/comments/</guid><description>Comment by Paul d'Aoust ( &lt;a href="http://www.heliosville.com"&gt;http://www.heliosville.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;If I'm not mistaken, this script doesn't tie a session ID to an IP address in the sense that each IP can only have one session ID -- it merely uses the IP as *part* of the session ID, so that it can always check whether the session user is still coming from the same IP. This would open the door for exploiters coming from behind the same gateway, but in cases like that the exploitee could walk down the hallway and punch the exploiter in the face.</description></item><item><title>Comment on Better Sessions</title><link>http://www.addedbytes.com/article/better-sessions/comments/</link><guid>http://www.addedbytes.com/article/better-sessions/comments/</guid><description>Comment by Gavin ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Many ISP's proxy or use few public addresses, so most of their users will seem to have the same IP address. Creating a session from an IP address is a bad idea.</description></item><item><title>Comment on Better Sessions</title><link>http://www.addedbytes.com/article/better-sessions/comments/</link><guid>http://www.addedbytes.com/article/better-sessions/comments/</guid><description>Comment by Thomas Rendleman ( &lt;a href="http://www.NationalCreditRebuilders.Com"&gt;http://www.NationalCreditRebuilders.Com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;It seems a viable option. The IP address I would tend to not do, however you can compare other information such as the browser etc. The odds in getting through all the different matches would be slim.</description></item><item><title>Comment on Better Sessions</title><link>http://www.addedbytes.com/article/better-sessions/comments/</link><guid>http://www.addedbytes.com/article/better-sessions/comments/</guid><description>Comment by Steve ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Who cares about them.  AOL users sux.  Don't support their nonstandardized cr@p.</description></item></channel></rss>