Skip to content

Instantly share code, notes, and snippets.

View jpneey's full-sized avatar
:octocat:

jp jpneey

:octocat:
  • Echo Web Solutions
  • Remote
View GitHub Profile
@jpneey
jpneey / util.session.php
Last active January 30, 2024 13:10
Session Helper Class to handle sessions in PHP consistently
<?php
/**
* Basic Session Helper Class
*
* A simple helper class for handling session consistently
*
* Usage Example:
* <?php
* require 'path/to/util.session.php';