Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

PHP session utility
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

PHP session utility

DStroutDStrout Member
edited March 2013 in General

I was working on some session stuff in PHP today and I hacked together a self-contained PHP file that pretty much does everything you want with PHP sessions. You can set, edit, and delete keys and values, reset session IDs, view raw session dumps, and empty and destroy the session. It also gives you some basic info about the session, such as the number of keys registered and the session ID. Anyway, I thought it might be of some use to other people here, so you can download it here. Bug free-ness not guaranteed.

Feel free to do whatever with it. I license it for use and redistribution under the terms of the WTFPL. If you want to make it really fancy, you can add support for arrays, integers, and booleans.

Comments

  • OOoohohoho, thanks alot. I'll "fiddle" around with this.

Sign In or Register to comment.