Secure Session Management Support forum sec-sess-management Create and manage secure user sessions This class can be used to create and manage secure user sessions. It can create a session variable and assign values of the current user that are encrypted before stored and decrypted after being retrieved ...
Secure Session Extended Support forum secure-session-ext Prevent session hijacking and fixation attacks 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 ...
Secure Session Class Support forum securesession Set and get session variables using encryption This class can be used to set and get session variables using encryption. It can set a given session variable using the CAST 128 class to encrypt the values before storing them. The class can also do ...
Abdohoo Secure Login Support forum secure-login--beta Authenticate users with records in a MySQL table This class can be used to authenticate users with records in a MySQL table. It can check if an user is already authenticated. If not, it can check the user name and password in a MySQL database ...
Mafia Session Support forum mafiasession Secure user authentication encrypting password This class can be used to authenticate Web users securely. It creates a key encoded with SHA1 based on the IP address and the current time when an user accesses the login page. The key is used to generate a salt ...
Secure Session Support forum secure_session Prevent session hijacking or session fixation This class can be used to prevent security attacks known as session hijacking and session fixation. When a session is initialized the class computes a fingerprint string that takes in account the browser user ...
Secure Login Support forum vnc_securelogin Login and logout users with HTTP authentication This can authenticate handle user authentication done via HTTP or HTML FORM by storing the authentication credentials in cookies or session variables. It can store the authentication credentials encoded with ...
OO Auth Support forum ooauth Manage life time limited sessions securely 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 ...
"My session" is a class that manages user access sessions by storing session data in a MySQL database. This session storage method is more secure than the session system of PHP that by default stores session data in files. The class may optionally encrypt the stored session data. My Session Support ...
ooeLite Support forum ooelite Web application development framework This package is a Web application development framework. It provides base classes that provide functions to access other framework classes. The framework classes can access databases using PDO, manage secure sessions, and process ...