php.ini issues

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nick

    #1

    php.ini issues

    On my site I have a problem as the hosting company has set the default time
    out to 15 mins and some of the users are busy mums and so have to leave the
    computer for a while to deal with the kids etc. So when they return to the
    computer to carry on working on the site it tells them they are logged out

    I have been told I can put a php.ini file in the directory to over ride this
    setting but I dont know what values I need to put in I would like to set
    the time out to 5hours

    I have been told its easy to do but Im very new to PHP and so have no idea
    what to put

    Thanks

    Nick



  • zubin mehta

    #2
    Re: php.ini issues

    May be you can try to put this in your php.ini:
    date.timezone = "timezone_c ode"

    and for timezone_code --say for america you can find it -


    I guess this may help.
    --
    Zubin Mehta

    On Aug 9, 5:22 am, "Nick" <n...@nkrcs.com .auwrote:
    On my site I have a problem as the hosting company has set the default time
    out  to 15 mins and some of the users are busy mums and so have to leave the
    computer for a while to deal with the kids etc. So when they return to the
    computer to carry on working on the site it tells them they are logged out
    >
    I have been told I can put a php.ini file in the directory to over ride this
    setting but I dont know what values I need to put in  I would like to set
    the time out to 5hours
    >
    I have been told its easy to do but Im very new to PHP and so have no idea
    what to put
    >
    Thanks
    >
    Nick

    Comment

    Working...