unexpected log off (RC4)

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
Hunter58
Posts: 34
Joined: Fri 27. Aug 2004, 16:07
Location: the Netherlands

unexpected log off (RC4)

Post 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:
----------------------------------------------------
Hunter58 :lol:
----------------------------------------------------
if something is working you are skilled,
if it is not, it is a fault in the system.
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post 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.
Hunter58
Posts: 34
Joined: Fri 27. Aug 2004, 16:07
Location: the Netherlands

Post 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 :?:
----------------------------------------------------
Hunter58 :lol:
----------------------------------------------------
if something is working you are skilled,
if it is not, it is a fault in the system.
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post 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 ;)
Hunter58
Posts: 34
Joined: Fri 27. Aug 2004, 16:07
Location: the Netherlands

Post by Hunter58 »

OK, Thanks

Considder this topic closed :D
----------------------------------------------------
Hunter58 :lol:
----------------------------------------------------
if something is working you are skilled,
if it is not, it is a fault in the system.
Locked