Finally got my powerbook re-setup using the latest and greatest from PHP, Apache, and libcurl. (of course all of the other goodness as well) Here is the order: Curl. If you need a new version of curl and libcurl installed: go here http://curl.haxx.se. You will need to compile from source. Important note here: Make sure […]
Month: August 2006
Unix Web Application Architectures – Sessions, Authentication, and Databases
Unix Web Application Architectures – Sessions, Authentication, and Databases This is a great article covering the scope of an HTTP session. Also covers some great ways to implement authentication, and saving the state of a user session. Must Read!