Skip to content

A simple PHP script that uses cookies to store a session ID and compares it with data on the server.

Notifications You must be signed in to change notification settings

Nyte9/PHP-Private-Session-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple PHP script that can be used to store session IDs on both clients (with cookies) as well as the server (through text files) and detect when a specific user is returning to the site.

About

A simple PHP script that uses cookies to store a session ID and compares it with data on the server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages