Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 24.557.019 Times

CBL RememberMe 20060116

  Date Added: July 04, 2010  |  Visits: 325

CBL RememberMe

Report Broken Link
Printer Friendly Version


Product Homepage
Download (44 downloads)


By using the library, you can continue using the good old $_SESSION variable, while adding the "remember me" funcitionality to your web application. Setup: In order to use CBL RememberMe, runtime configuration variable session.cookie_lifetime should be set in php.ini. Below example sets the lifetime to one week. The lifetime can alternatively be set at runtime by calling session_set_cookie_params. session.cookie_lifetime = 604800 # in php.ini, set expiration to 7 days Usage: Construct the RememberMe object with two parameters; name of the cookie to be used for handling state, and, a boolean flag indicating whether or not the "remember me" functionality should be turned on by default. To turn on / to turn off the "remember me" functionality, call setRemember function. When clearing session information (i.e. resetting the $_SESSION object), a special variable $_SESSION[__cbl_rememberme] should be preserved. For this purpose, you can use the clear function. /* construct the rememberme object */ $gRememberMe = new CBL_RememberMe(rememberme, true); /* dont remember me */ $gRememberMe->setRemember(false); /* remember me */ $gRememberMe->setRemember(true); /* clear session info (replacement for $_SESSION = array()) */ $gRememberMe->clear(); Whats New in This Release: - The remember function now refers to the $this->default_remember variable when a new user connects..

Requirements: No special requirements
Platforms: Linux
Keyword: Cbl Cbl Rememberme Functionality Libraries Library Lifetime Php Programming Remember Remember Me Rememberme Session Variable
Users rating: 0/10

License: Freeware Size: 2.05 KB
USER REVIEWS
More Reviews or Write Review


CBL REMEMBERME RELATED
Modules  -  AJAX Session 5.x- 1.0
For security purposes, any code that uses AJAX session must call a PHP function that registers a specified session variable. Only after that will the AJAX session allow an AJAX post request to modify variables.InstallationUnpack in your modules...
 
Modules  -  AJAX Session 5.x- 1.0
For security purposes, any code that uses AJAX session must call a PHP function that registers a specified session variable. Only after that will the AJAX session allow an AJAX post request to modify variables.InstallationUnpack in your modules...
 
Modules  -  AJAX Session 5.x- 1.0
For security purposes, any code that uses AJAX session must call a PHP function that registers a specified session variable. Only after that will the AJAX session allow an AJAX post request to modify variables.InstallationUnpack in your modules...
 
File Management  -  PKZip library for PHP 0.4.1
PKZip library for PHP contains a set of functions to create PKZip (Winzip) files in PHP.
 
Development Tools  -  CBL Partial Updater 1.0
CBL Partial Updater is an AJAX library for PHP. Unlike other libraries, all operations are controlled at the server side. Using the library, it is very easy to add AJAX features to existing PHP applications. Just add a few lines to your PHP and...
 
Miscellaneous  -  XS PHP Library 1.1.0
The XS PHP Library is an object oriented library for PHP developers supporting them in the development of network oriented or content managment Web applications.
 
Network & Internet  -  php_lib_login 0.9.2.2b
php_lib_login is a library for PHP, designed to allow Web site developers to add login and password protection functionality quickly and easily. Basic login functionality including email-based, question-protected password reminding,...
440.32 KB  
Libraries  -  Japha 2.1.0
Japha project is an effort to implement the major functionality of the Java library in PHP. The functionality captured in the JPI includes I/O, utility classes such as data structures, Web service architecture, and reflection classes, lang...
122.88 KB  
Development Tools  -  phpMyORM 1.0
phpMyORM is a Object Relational Mapping library for PHP and MySQL. It supports basic CRUD (Create, Read, Update, Destroy) functionality from within PHP objects. It does this by creating SQL based on info describing your PHP objects and database...
 
Libraries  -  Aapl C++ Template Library 2.14
Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied...
122.88 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  RailsTidy 0.1
RailsTidy project is a plugin for Ruby On Rails..
11.26 KB  
Programming  -  Strings edit 1.9
Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size...
54.27 KB  
Programming  -  BScript 0.3
BScript is a (yet another) BASIC interpreter. It is free software and open-sourced, licensed under the terms of the GNU General Public License version 2 or later. You can use BScript to teach BASIC to your students, write understandable shell...
112.64 KB  
Programming  -  Kits JavaScript Brainf*ck Interpreter 0.01
Kits JavaScript Brainf*ck Interpreter is a rather fast interpreter for the Brainf*ck esoteric programming language.. Kit's JavaScript Brainfuck Interpreter v0.01
5.12 KB  
Programming  -  dis6502 0.12
dis6502 is a flow-tracing disassembler for the 6502, originally written by Robert Bond and supporting Atari binary files. Robert posted dis6502 to the Usenet newsgroup net.sources on 9-Oct-1986, and to comp.sources.unix 7-Jun-1988. Udi...
19.46 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB  
Libraries  -  App::SimpleScan::Substitution::Line 2.02
App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite =>...
54.27 KB  
Libraries  -  PDL::Graphics::TriD 2.4.3
PDL::Graphics::TriD is a PDL 3D interface. SYNOPSIS use PDL::Graphics::TriD; # After each graph, let the user rotate is and # wait for him to press q, then make new graph line3d($coords); # $coords = (3,n,...) line3d($coords,$colors); #...
2.1 MB  
Libraries  -  SmartColorWell 1.2
SmartColorWell is a cross-platform open-source ColorWell class for REALbasic 4 or greater. The SmartColorWell control stores a color value and displays that color in a simulated BevelButton that when pressed allows the user to change the color...
21.5 KB  
Home  | About Us  | Privacy  | Disclaimer  | Link to Us  | Contact Us  | Top Searches  | Submit Software
File Transit © 1998-2012