aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_session.inc.php (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-13fixes #479, fallback on srand.php to generate random bytesplegall1-1/+11
2016-04-26bug #470, use a dedicated lib to generate random bytesplegall1-26/+11
2016-02-13bug #383, fix the bug in dedicated function as wellplegall1-1/+1
2016-02-12feature #383, dedicated function to delete sessionsplegall1-0/+16
2016-01-14happy new year 2016, all headers updatedplegall1-1/+1
2015-11-10fixes #373 ask a longer random stringplegall1-2/+2
2014-06-03bug 3082: increase generate_key randomness with openssl_random_pseudo_bytes (...plegall1-8/+25
2014-06-02use lookup string for generate_key functionmistic1001-6/+6
2014-05-29bug 3082: random key generation algorithmrvelices1-10/+0
2014-01-05Update headers to 2014. Happy new year!!mistic1001-1/+1
2013-11-21feature 2999: documentation of functions_rate and functions_sessionmistic1001-56/+77
2013-01-20protect session data with pwg_db_real_escape_stringmistic1001-1/+1
2013-01-01 update Piwigo headers to 2013 (the end of the world didn't occur as expected...plegall1-1/+1
2012-11-01feature 2783: ability to disable ip address in the session idplegall1-0/+7
2012-01-17update Piwigo headers to 2012, last change before the expected (or not) apoca...mistic1001-1/+1
2011-12-19feature:2538 transmits messages after comment edition trough SESSION (no more...mistic1001-1/+1
2011-09-08- fix protection against session hijacking for IPv4; ti be done later for ipv6rvelices1-6/+9
2011-08-15bug:2402flop251-5/+1
2011-01-18Happy new year 2011plegall1-2/+2
2010-07-06Bug 1766 fixed : [PostgreSQL] unkown database function UNIX_TIMESTAMP()nikrou1-1/+1
2010-03-19increase copyright year to 2010plegall1-1/+1
2010-01-28Feature 511 : add support for sqlite database enginenikrou1-0/+1
2009-11-20Feature 1244 resolvednikrou1-1/+1
2009-02-26merge r3165 from branch 2.0 to trunkplegall1-2/+10
2009-01-04Administration: happy new year 2009, all PHP headers updated. plegall1-1/+1
2008-11-22- Bug fixed: username or password with accented character are now accepted fo...patdenice1-12/+1
2008-11-19- Replace some mysql_query by pwg_query function.patdenice1-1/+1
2008-10-16merge 2755 and 2756 from branch 2.0 to trunkrvelices1-1/+2
2008-09-12- images.file categories.permalink old_permalinks.permalink - become binaryrvelices1-4/+9
2008-04-05Bug fixed: as rvelices notified me by email, my header replacement script wasplegall1-24/+0
2008-04-04Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall1-0/+21
2007-05-01Issue 0000684: History [Search] - Add a thumbnail displayrub1-60/+2
2007-01-24- plugins with own independent scripts work now (cookie_path and url root arervelices1-1/+18
2006-12-01- sessions are always started (even for visitors)rvelices1-1/+46
2006-07-23bug 451 fixed: problem with auto loginnikrou1-5/+2
2006-07-08fix bug 458: Cannot log due to broken session cookie (wrong "path")chrisaga1-2/+9
2006-07-03merge -r1428:1429 from branch 1.6 to trunk (bug fixed: check of nonplegall1-1/+1
2006-04-20merge r1216 from branch-1_6 into trunkrvelices1-7/+13
2006-04-17bug 308: improve correctionnikrou1-16/+6
2006-04-14merge r1175 from branch-1_6 into trunkrvelices1-3/+14
2006-04-14-bug 308 fixed: problem when updating sessionnikrou1-1/+1
2006-03-22URL rewriting: capable of fully working with urls without ?rvelices1-2/+17
2006-03-03optimization: in sessions write 1 less sql query (except during login)rvelices1-37/+28
2006-02-12The session garbage collector should not be called when a session is closednikrou1-1/+0
2006-02-11small modification: we can now store any information in sessionsnikrou1-1/+2
2006-02-08- remake of Remote sites and Synchronize: rvelices1-1/+19
2006-02-03fixed problem of cookie session pathnikrou1-5/+5
2006-01-25bug: new session system does not use db session handler during install.phprvelices1-1/+31
2006-01-21improve sessions: add comments to functionsnikrou1-28/+60
2006-01-18bug fix 261: improve security of sessions (next to svn:1004):nikrou1-28/+54