Categories
Tags → Session Time In Php

AGTC PHP - Simple Hits Counter

Well its a very simple hits counter that only logs individual hits, in other words one hit per person per visit. Its work simply by checking the visitors Remote Address and logs it as a SESSION. Once the visitor enters your site the session is th...
DETAILS

Session Handling with PHP 4

Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. Creating sessions allows you to keep track of the actions of a p...
DETAILS
©2003-2008 jCay.com