Re: [PHP] Sessions and phplib.

2003-02-17 Thread Jason Sheets
Using the built in PHP 4 session support you can do IP checking on the sessions, in fact you should be able to do IP checking with any session library as long as you do it in your application. Checking the IP when using sessions might give you some additional security but many ISPS use web proxies

[PHP] Sessions and phplib.

2003-02-17 Thread Vincent M.
Hello, I am using the phplib just for the sessions management and unfortunately this projects seems dead (no?), no official realise using the php4 session support. What's more, i am looking for a sessions library which could check the IP adress of users not only the cookie. In case of bad hats