Page 1 of 1

unexpected log off (RC4)

Posted: Sat 28. Aug 2004, 03:22
by Hunter58
On some occasions the admin module is logging me off when I want to save my changes.

I thought the maxtime setting was causing this. I changed this to 86400 (24 hours) but still no change. :shock:

Posted: Sat 28. Aug 2004, 08:14
by pSouper
your php.ini may still be set to it's defualt of 1800: the phpWCMS max-timeout cannot override the php.ini. ' Extra Security' is the reason for the phpWCMS timeout, if your php.ini has a longer timeout than your nerves can withstand you may force a time out sooner with this setting.

Posted: Sat 28. Aug 2004, 13:00
by Hunter58
I checked with phpInfo.
There is a parameter 'max Execution Time' that is set to 30 minutes.
I can't change this. My ISP wont allow this :(

Still I think the normal execution is:
  • starting a script
    generating output (html) deactivating script execution
    respond to user input by starting a script in the same session
So then scripts never run long. Or is there an endless loop in the system :?:

Posted: Sat 28. Aug 2004, 14:17
by pSouper
As far as i can tell the script is considered inactive until a button is used: if the time between buttons being used is more than your max timeout then you are redirected to login.php without warning or data stored.
best idea is to keep sving every now and then ;)

Posted: Sat 28. Aug 2004, 15:48
by Hunter58
OK, Thanks

Considder this topic closed :D