I’m looking to do basic stuff with sessions (user logins, authenticated forms & pages) and am just wondering what’s the best wrapper/helper class out there to do this.
If you have one that you’ve written or really like that you’d like to share with some snippets, I’d greatly appreciate it.
If you are doing basic stuff then just directly use
$_SESSIONinstead of a wrapper over it.