Home Tags PHP

Tag: PHP

Website Vulnerabilities and Nikto

1
Nikto is an open source Web server vulnerability scanner that performs comprehensive tests for over 6,100 potentially dangerous files/CGIs, checks for outdated versions of...

Building a Server from Scratch, Part 4: Pages Full of Data

1
In the Part 4 of "Building a Server from Scratch" series, we learn how to set up a Web and database server.

Session Management Using PHP, Part 2: Server-side Sessions

8
The second part of the article explains the formation of sessions on the server side without the need to store any information on the client machine. This strategy provides better security for the session information and permits sessions to form even if cookies are disabled on the client applications.