Search found 2 matches

by azizarnold
05 Jul 2011, 13:38
Forum: Web Development
Topic: Talk to me about sessions
Replies: 4
Views: 2480

Re: Talk to me about sessions

Hi, I think what you are looking for is within the PHP.ini file. The section you need to adjust is this: session.cookie_lifetime When set to 0 it will only end the session when the browser closes. When set to 60 it will keep the session for 60s,etc. Quote from PHP website: http://www.php.net/manual/...
by azizarnold
05 Jul 2011, 13:33
Forum: Web Development
Topic: PHP Error 1
Replies: 1
Views: 2254

Re: PHP Error 1

Hi,

Remember that memory_limit also affects the size of the file that can be uploaded.

Look at the following link for more information: http://php.net/manual/en/ini.core.php

Hope this helps