Author Topic: sessions maximum 5min, why?  (Read 13044 times)

0 Members and 1 Guest are viewing this topic.

Offline ID25

  • Full Member
  • ***
  • Posts: 125
    • View Profile
sessions maximum 5min, why?
« on: July 18, 2005, 12:24:26 AM »
Where is my mistake ?
sessions live maximum 5min.
logout after max ~5min.

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: sessions maximum 5min, why?
« Reply #1 on: July 18, 2005, 12:40:42 AM »
i belive it is 5 Min of inactivity!

sincerly
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


TheOracle

  • Guest
Re: sessions maximum 5min, why?
« Reply #2 on: July 20, 2005, 01:19:42 PM »
The sessions activities can be modified in your ACP - > settings. ;)

Offline ID25

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: sessions maximum 5min, why?
« Reply #3 on: July 20, 2005, 09:28:21 PM »
In ACP settings, my sessions config: 60min.
Maybe in sessions.php problem?

TheOracle

  • Guest
Re: sessions maximum 5min, why?
« Reply #4 on: July 20, 2005, 09:44:21 PM »
Quote

$config['session_timeout'] * 60;


Well, you must be looking for that quoted line in your includes/sessions.php file actually.

For security issues, let's not increase it too much (for now). If you change the ' 60 ' value to ' 360 '. Will the sessions take longer to expire ?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: sessions maximum 5min, why?
« Reply #5 on: July 21, 2005, 12:21:44 AM »
can I test it?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Toso

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • Lachs & Leder
Re: sessions maximum 5min, why?
« Reply #6 on: February 01, 2006, 02:11:08 PM »
Will the sessions take longer to expire ?

No

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: sessions maximum 5min, why?
« Reply #7 on: February 01, 2006, 02:29:30 PM »
What value is set for session.cache_expire in phpinfo ? (in php.ini)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Toso

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • Lachs & Leder
Re: sessions maximum 5min, why?
« Reply #8 on: February 01, 2006, 06:08:32 PM »
session.cache_expire 180

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: sessions maximum 5min, why?
« Reply #9 on: February 01, 2006, 06:12:17 PM »
What is your PHP version ? PHP.net is now up to PHP v4.4.1.1. ;)

Offline Toso

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • Lachs & Leder
Re: sessions maximum 5min, why?
« Reply #10 on: February 01, 2006, 07:11:27 PM »
PHP Version 4.4.2

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: sessions maximum 5min, why?
« Reply #11 on: February 01, 2006, 07:58:45 PM »
:oops:

Already a v4.4.2 ? Ok ... hopefully your problem is not related to a developping module issue. Did you had this problem before upgrading to that version ?

Offline Toso

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • Lachs & Leder
Re: sessions maximum 5min, why?
« Reply #12 on: February 02, 2006, 05:01:53 PM »
I dont no..  :?

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: sessions maximum 5min, why?
« Reply #13 on: February 02, 2006, 05:13:19 PM »
In that case, you might want to report this problem to your web hosting service. They probably could do something to prevent this from their end.