Changeset 1010
- Timestamp:
- 07/09/08 16:36:36 (2 months ago)
- Files:
-
- branches/1.0.x/lib/jelix/core/jSession.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix/core/jSession.class.php
r886 r1010 39 39 40 40 if(isset($params['storage'])){ 41 42 /* on debian/ubuntu (maybe others), garbage collector launch probability is set to 0 43 and replaced by a simple cron job which is not enough for jSession (different path, db storage, ...), 44 so we set it to 1 as PHP's default value */ 45 if(!ini_get('session.gc_probability')) 46 ini_set('session.gc_probability','1'); 41 47 42 48 switch($params['storage']){ branches/1.0.x/lib/jelix/CREDITS
r1006 r1010 71 71 - localization system should work with language code without country (#95) 72 72 - jForms html shouldn't generate readonly attribute on select (#550) 73 - jResponseZip : on windows files are view like folders (#538)73 - jResponseZip: on windows files are view like folders (#538) 74 74 - form plugin create always a form with method post (#592) 75 - jDao : attribute groupby for method selectfirst (#447) 76 - jZipCreator : empty dirs are not included in the archive (#570) 77 - jForms : fixed bugs in jforms.js based on Martus' report (#554) 75 - jDao: attribute groupby for method selectfirst (#447) 76 - jZipCreator: empty dirs are not included in the archive (#570) 77 - jForms: fixed bugs in jforms.js based on Martus' report (#554) 78 - jSession: old sessions are not purged with some PHP configurations (#645) 78 79 79 80 Bastien Jaillot (aka bastnic)
