Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17738
| Path | csiph.com!aioe.org!news.mb-net.net!open-news-network.org!.POSTED.40.232.197.178.dynamic.wless.lssmb00p-cgnat.res.cust.swisscom.ch!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | comp.lang.php |
| Subject | Re: php ini |
| Date | Wed, 16 May 2018 16:48:09 +0200 |
| Organization | PointedEars Software (PES) |
| Lines | 49 |
| Message-ID | <1619056.Ch7bOrQdYy@PointedEars.de> (permalink) |
| References | <pdh718$u78$1@dont-email.me> |
| Reply-To | Thomas 'PointedEars' Lahn <php@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | 8Bit |
| Injection-Info | gwaiyur.mb-net.net; posting-host="40.232.197.178.dynamic.wless.lssmb00p-cgnat.res.cust.swisscom.ch:178.197.232.40"; logging-data="32743"; mail-complaints-to="abuse@open-news-network.org" |
| User-Agent | KNode/4.14.2 |
| Cancel-Lock | sha1:colNSEf5Pt90EHJPxK0BvlQlOYg= |
| Face | iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEXTxa4RFk5dUWANED8PFEfy7+MGBiW+n3ZNF/QuAAACaElEQVQ4jVXUwVOcMBQG8Dc7Rc4PUntdWV2uxjDpGaGeozOp1woar4jd5t/v9wLstMwsA/ntlxdCAgUc1hjTc9/JCZfGoo3wG3HdmdAWrIJRHe7GM/TmpY5VFefuVcAkkPbLIaN8rmPmjloyZxgyR3GuJ4K0AGtJ2htz8o7yqikm759fldQXaMpbDzjKAG+8v+AugVTOPO5DOjLvGtUYQwh0CPjnVMyGd+8/GfUB5nLKJDD2aLDh5HYyMDJGDwQIo2ZmZcKbowNmAdB/AzyFhrmF2MHRb0QJJfaAnwGB6orZhoykLzJtGwF/xpYxI1dswomiUj3gTuAIqCn/4C7cULwGNBtwMTk3Y4LfKB5YUaOKBKYtpplm7u0vip8tU1NWWyI/7XdcSuIDoMt6rVHMWT0DbjHPGqDqZVSa6zleLcUTcIKLoMv3ueJluALtAo9B302zPPlrtiVScRdCjXvVh3e3JpYa/jjkuC9N+LrBMlz/eAN4eQijX2EdLo6c5tGGHwLyHFtXk89dDGHwCVhG9T0S/j55AhRZgkMCmUQXJ49TnS1wnQDvw0eAh9ICeMmEFbCnPMFzjAvsWoEWEFdYEx+S0MoUZ1gT1wId8+AF3Bl2OoEu906AUHx5VLw/gXYg/x84loOah/2UYNrgiwSwGO7RfUzVBbx/kgpckumGOi6QirtD6gkLTitbnxNol47S2jVc2vsN5kPqaAHT8uUdAJM4v/DanjYOwmUjWznGfwB7sGtAtor5BgofDuzaRj4kSQAqDakTsKORa3Q3xKi3gE1fhl71KRMqrdZ2AWNNg/YOhQyrVBnb+i+nEg4bsDA+egAAAABJRU5ErkJggg== |
| X-Face | %i>XG-yXR'\"2P/C_aO%~;2o~?g0pPKmbOw^=NT`tprDEf++D.m7"}HW6.#=U:?2GGctkL,f89@H46O$ASoW&?s}.k+&.<b';Md8`dH6iqhT)6C^.Px|[=M@7=Ik[_w<%n1Up"LPQNu2m8|L!/3iby{-]A+#YE}Kl{Cw$\U!kD%K}\2jz"QQP6Uqr],./"?;=4v |
| X-User-ID | U2FsdGVkX18BvtZ3MhIt9c19t8C/HW4L9ZbwqVLYlEXMkhfRMQhiiQ== |
| Xref | csiph.com comp.lang.php:17738 |
Show key headers only | View raw
madwomans Dad wrote: ^^^^^^^^^^^^^ This is not a chatroom. Get a real name. > I'm trying to find out if it's possible to configure session timeout in > some ini file > > $ php -version > PHP 7.1.14 (cli) ... > > > $ cat ./opt/alt/php71/etc/php.ini | grep session (UUOC. Use grep -e session ./opt/… instead.) Are you sure that this is the correct file? Likely it is not. Use php -i | grep -e '\.ini' to find out, if you are actually using the CLI for the sessions. Otherwise, read <http://php.net/phpinfo>. > I can see all sorts of stuff but what I want is something in the ini > file like session.timeout=whatever Possible reasons why you cannot find it there: 1. Wrong php.ini 2. PHP uses additional .ini files in which it is set instead 3. PHP uses the default > I really don't want to have to do this in code. You do not have to. > Is there a 'secret' way to do this in the/an/some ini file Yes, RTFM. -- PointedEars Zend Certified PHP Engineer <http://www.zend.com/en/yellow-pages/ZEND024953> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn> Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
php ini madwomans Dad <dsvirtual58@gmail.com> - 2018-05-16 13:09 +0100
Re: php ini tony@mountifield.org (Tony Mountifield) - 2018-05-16 13:11 +0000
Re: php ini K <yyyyyeeeee00000@writeme.com> - 2023-03-11 07:53 -0800
Re: php ini doctor@doctor.nl2k.ab.ca (The Doctor) - 2023-03-11 23:44 +0000
Re: php ini Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2018-05-16 10:38 -0400
Re: php ini Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2018-05-16 16:53 +0200
Re: php ini Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2018-05-16 12:02 -0400
Re: php ini Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2018-05-16 19:59 +0200
Re: php ini Jerry Stuckle <jstucklex@attglobal.net> - 2018-05-16 15:09 -0400
Re: php ini "J.O. Aho" <user@example.net> - 2018-05-16 18:29 +0200
Re: php ini Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2018-05-16 16:48 +0200
Re: php ini "J.O. Aho" <user@example.net> - 2018-05-16 18:36 +0200
Re: php ini madwomans Dad <dsvirtual58@gmail.com> - 2018-05-17 08:42 +0100
csiph-web