HomebulletScriptsbulletTag: session (110 results)
  1. SessionMongo
    89 total visits
    SessionMongo is a PHP script handles user sessions using a MongoDB database. It connects to MongoDB database servers, registers functions for basic session manipulation. The MongoDB database becomes a medium for storing current session data.
  2. Simple Session Solution
    171 total visits
    Simple Session Solution is a PHP script for working with session IDs. It provides a simple way to start and end sessionsand also contains a timeout mechanism. Manipulates session data via GET and POST strings to ensure universal access to various site sections. This system uses GET and POST because cookies are either unsafe, or the users have turned them ...
  3. MongoDB Session
    278 total visits
    This is a Session handler to store MongoDB session. It first establish a connection to a MongoDB database server and then register functions that implement the basic session manipulation functions, so the current session user data will be stored in that MongoDB database with this PHP User Management script.Requirements:- PHP 5.0 or Higher
  4. Zebra_Session
    161 total visits
    This PHP Script is a wrapper for PHP's default session handling functions using MySQL for storage, which provides both better security and better performance. It is also a PHP HTTP solution for applications that are scaled across multiple web services and where the user's session data needs to be available.What's New in this version of Zebra_Session 2.0.2:- Fixed a bug ...
  5. Data Registry
    419 total visits
    This PHP Singleton design patterns script can be used to store and retrieve data anywhere in your PHP code with the similar concept of Zend-registry. Any kind of data (string, numeric, array, object, files, record) in namespaces, with or without persistence can be saved and retrieved by Data Registry script. Data Registry can also act as an User Management script ...
  6. No Screenshot
    826 total visits
    Keep your Sessions on lockdown and prevent Fixation, and Hijacking with this snippet. Use at the top of your pages, script will start sessions in constructor. Usage:Initialize SessionSecurity, Which will also issue session_start() , also if user's session is open, make sure it belongs to them, if not, make them login again. Whenever someone logs in, and is authorized, open ...
  7. SJS
    331 total visits
    This script can be used to protect the access to Javascript and CSS files from being accessed from other sites.It makes CSS and Javascript files available for download using security tokens stored in session variables to check whether the files are being accessed from pages of the same site.
  8. Secure Session Extended
    562 total visits
    This class can be used to prevent session hijacking and fixation attacks.It is based on the class originally written by Vagharshak Tozalakyan.This version starts the session when the object is created, allows choosing the hashing algorithm used to encrypt the users fingerprints, and set the expiry time of the session. See the class comments for full details.
  9. OO Auth
    559 total visits
    This class is meant to create and manage sessions used for authentication of users at a given site.The class manages the storage of some control values in the session and also any variables defined by the developers and set by the application scripts.It can create a session and validate its integrity to prevent stealing by verifying the if the IP ...
  10. No Screenshot
    232 total visits
    This class can be used to generate images for CAPTCHA validation.It can generate an image with random validation text on it obfuscated by a given background image.The generated image is stored in JPEG format in an a given directory. The validation text is stored in session variable for posterior validation.
  11. Antz_IntelliForm
    266 total visits
    This class can be used to prevent form reposting warnings by saving submitted form data. It saves the values of forms submitted using the POST method to session variables for a given length of time. Then it makes the browser redirect to the same page forcing a new request, this time using the GET method. The form values previously submitted ...
  12. No Screenshot
    386 total visits
    Adump is an Open Source PHP debug script, which dumps any kind of variable. With Adump can dump your variables to current or a popup window for debugging. It can handle any kind of variable including Objects. You can keep your dumps in the SESSION variable for some time.
  13. No Screenshot
    1306 total visits
    New user records can be added. Here are some key features of "User Manager":· Verify if a user already exists with a given user name· Authenticate an user with a submitted password· Initiate a login session for authenticated users· Update user records· Send lost password recovery e-mail messages Requirements: PHP 3.0 or higher
  14. No Screenshot
    1846 total visits
    MDB2 Session Manager is a replacement handler for storing session data with MDB2 and APC. It can be used to store PHP sessions in any database supported by PEAR MDB2. MDB2 Session Manager also stores and retrieves session data from APC cache to access session data faster.
  15. No Screenshot
    1639 total visits
    A limited list iterator, a session variable iterator and a smart directory iterator are included. Requirements:PHP 5 or higher
Pages 1 of 8« 1 2 3 4 5 »