Mailinglisten-Archive |
Hannes H. wrote: >> Die Technik sollte alles Sinnvolle und Mögliche tun, >> Probleme zu verhindern. Dazu gehört aber meienr Meinung nach auch, >> daß ih mich nicht im Verlaufe einer Session neu einloggen muß ;) >> Tut mir leid, für mich klingt das mehr nach einem NIH (Not Invented >> Here) Problem. > > Wie macht PHP das bei seinen Sessions? php.ini: ; Define the probability that the 'garbage collection' process is started ; on every session initialization. ; The probability is calculated by using gc_probability/gc_divisor, ; e.g. 1/100 means there is a 1% chance that the GC process starts ; on each request. session.gc_probability = 1 session.gc_divisor = 1000 ; After this number of seconds, stored data will be seen as 'garbage' and ; cleaned up by the garbage collection process. session.gc_maxlifetime = 1440 Gruss, Martin
php::bar PHP Wiki - Listenarchive