Posted by ZeldorBlat on 07/10/07 12:59
On Jul 10, 5:38 am, "bobo" <aaa...@aaaaaaa.it> wrote:
> can't I setting session timeout with php.
>
> this function from php' manual:
>
> int msession_timeout ( string session [, int param])
>
> is not documented!!!
>
> thanks for answers
>
> bye
That function is for something completely different -- the "Mohawk
Software Session Handler" whatever that is.
If you want to set the session timeout use the session.gc_maxlifetime
setting in php.ini. While you're there, stop multiposting.
[Back to original message]
|