Since php4 support a new features which is session, so do we still need PhpLib to maintain the user session ?
you don't require this as most of the functions of phplib are in php4 but if you want to authenticate your site then i suggest you to use phplib
That's mean i use the user session fetures provide by php4 (session_start()..and other..) is already can maintain a user session ?
this site maintain the authentication using phpLIB ???
by youre second question if you mean ( PHPBuilder.com ) is using PHPLib, Then i think the answer is no, they use this lib : http://www.phpbuilder.com/columns/tim20000505.php3
Cookies suck since you never know if they have it enabled. I rolled my own that just stores the settings on the server with a md5 hash that gets passed by all forms and get requests.