aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_session.inc.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes #479, fallback on srand.php to generate random bytesplegall2016-05-131-1/+11
* bug #470, use a dedicated lib to generate random bytesplegall2016-04-261-26/+11
* bug #383, fix the bug in dedicated function as wellplegall2016-02-131-1/+1
* feature #383, dedicated function to delete sessionsplegall2016-02-121-0/+16
* happy new year 2016, all headers updatedplegall2016-01-141-1/+1
* fixes #373 ask a longer random stringplegall2015-11-101-2/+2
* bug 3082: increase generate_key randomness with openssl_random_pseudo_bytes (...plegall2014-06-031-8/+25
* use lookup string for generate_key functionmistic1002014-06-021-6/+6
* bug 3082: random key generation algorithmrvelices2014-05-291-10/+0
* Update headers to 2014. Happy new year!!mistic1002014-01-051-1/+1
* feature 2999: documentation of functions_rate and functions_sessionmistic1002013-11-211-56/+77
* protect session data with pwg_db_real_escape_stringmistic1002013-01-201-1/+1
* update Piwigo headers to 2013 (the end of the world didn't occur as expected...plegall2013-01-011-1/+1
* feature 2783: ability to disable ip address in the session idplegall2012-11-011-0/+7
* update Piwigo headers to 2012, last change before the expected (or not) apoca...mistic1002012-01-171-1/+1
* feature:2538 transmits messages after comment edition trough SESSION (no more...mistic1002011-12-191-1/+1
* - fix protection against session hijacking for IPv4; ti be done later for ipv6rvelices2011-09-081-6/+9
* bug:2402flop252011-08-151-5/+1
* Happy new year 2011plegall2011-01-181-2/+2
* Bug 1766 fixed : [PostgreSQL] unkown database function UNIX_TIMESTAMP()nikrou2010-07-061-1/+1
* increase copyright year to 2010plegall2010-03-191-1/+1
* Feature 511 : add support for sqlite database enginenikrou2010-01-281-0/+1
* Feature 1244 resolvednikrou2009-11-201-1/+1
* merge r3165 from branch 2.0 to trunkplegall2009-02-261-2/+10
* Administration: happy new year 2009, all PHP headers updated. plegall2009-01-041-1/+1
* - Bug fixed: username or password with accented character are now accepted fo...patdenice2008-11-221-12/+1
* - Replace some mysql_query by pwg_query function.patdenice2008-11-191-1/+1
* merge 2755 and 2756 from branch 2.0 to trunkrvelices2008-10-161-1/+2
* - images.file categories.permalink old_permalinks.permalink - become binaryrvelices2008-09-121-4/+9
* Bug fixed: as rvelices notified me by email, my header replacement script wasplegall2008-04-051-24/+0
* Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall2008-04-041-0/+21
* Issue 0000684: History [Search] - Add a thumbnail displayrub2007-05-011-60/+2
* - plugins with own independent scripts work now (cookie_path and url root arervelices2007-01-241-1/+18
* - sessions are always started (even for visitors)rvelices2006-12-011-1/+46
* bug 451 fixed: problem with auto loginnikrou2006-07-231-5/+2
* fix bug 458: Cannot log due to broken session cookie (wrong "path")chrisaga2006-07-081-2/+9
* merge -r1428:1429 from branch 1.6 to trunk (bug fixed: check of nonplegall2006-07-031-1/+1
* merge r1216 from branch-1_6 into trunkrvelices2006-04-201-7/+13
* bug 308: improve correctionnikrou2006-04-171-16/+6
* merge r1175 from branch-1_6 into trunkrvelices2006-04-141-3/+14
* -bug 308 fixed: problem when updating sessionnikrou2006-04-141-1/+1
* URL rewriting: capable of fully working with urls without ?rvelices2006-03-221-2/+17
* optimization: in sessions write 1 less sql query (except during login)rvelices2006-03-031-37/+28
* The session garbage collector should not be called when a session is closednikrou2006-02-121-1/+0
* small modification: we can now store any information in sessionsnikrou2006-02-111-1/+2
* - remake of Remote sites and Synchronize: rvelices2006-02-081-1/+19
* fixed problem of cookie session pathnikrou2006-02-031-5/+5
* bug: new session system does not use db session handler during install.phprvelices2006-01-251-1/+31
* improve sessions: add comments to functionsnikrou2006-01-211-28/+60
* bug fix 261: improve security of sessions (next to svn:1004):nikrou2006-01-181-28/+54