Jump to content
  • 0

flux cp stay logged in


Dori

Question


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

So my website it flux integrated. The problem is,  I can't stay logged in to the site. maximum like 1 hour or 2 I can stay logged in and then it will automatically sign me out. Is there away to make it keep me logged in forever?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

no, I have 48 there

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   18
  • Joined:  02/27/14
  • Last Seen:  

Have you tried changing session.gc_maxlifetime in your php.ini file?
From the documentation:

session.gc_maxlifetime specifies the number of seconds after which data will be seen as 'garbage' and potentially cleaned up. Garbage collection may occur during session start (depending on session.gc_probability and session.gc_divisor).

So if your session is idle for the specified amount of seconds it may be deleted.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

I just checked and these are my setting for the bellow:

 

session.save_path = "/tmp"

 

session.gc_maxlifetime = 1440

Link to comment
Share on other sites

×
×
  • Create New...