We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

30 min online | Forum

DeFender
DeFender Feb 16 '13
my cron setup is OK. it is running 1 min.
but why users without loging out are 30 min online ???
Saif
Saif Feb 16 '13
Its definitely cron problem I was facing the same issue My host said cron is working fine but later i did change the cron commend given here http://www.oxwall.org/forum/topic/8658

And now every thing is fine.

DeFender
DeFender Feb 17 '13
my cron , nothing to change



The Forum post is edited by DeFender Feb 17 '13
Alia Team
Alia Feb 18 '13
DeFender, did you leave the URL field empty on purpose?

So users stay online for 30 mins and then they get loged off?
Rik
Rik Feb 18 '13
The cron job says: minute: */1, i think its once a hour like this... it shoult be minute: *

Correct me if i'm wrong plz.
DeFender
DeFender Feb 18 '13
Rik my  servers log shows me that the cron runs every minute.
Aliia Url is not empty :)
After user leaves the page without sign out , the profile still logged in 30 minutes
Rik
Rik Feb 18 '13
@Defender, my cron settings are * only... i tought */1 means every first minute
DeFender
DeFender Feb 18 '13
apache log
[18/Feb/2013:18:11:01 +0200] "GET /ow_cron/run.php HTTP/1.0"
[18/Feb/2013:18:12:01 +0200] "GET /ow_cron/run.php HTTP/1.0"
[18/Feb/2013:18:13:01 +0200] "GET /ow_cron/run.php HTTP/1.0"
[18/Feb/2013:18:14:01 +0200] "GET /ow_cron/run.php HTTP/1.0"
[18/Feb/2013:18:15:01 +0200] "GET /ow_cron/run.php HTTP/1.0"
Rik
Rik Feb 18 '13
Thanks ;-)
suresh kumar
suresh kumar Feb 18 '13
Rik * and */1 are some both runs the cron every minute
Rik
Rik Feb 18 '13
 @suresh I see... thanks
DeFender
DeFender Feb 19 '13
any ideas please ;)