⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Problem of Session



oak

oak
  • profile picture
  • Member

Posted 13 May 2018 - 11:58 AM

Hello,

 

today i have a problem with session handling:

 

I use session to login into admin area to view a project listing. So if i am a too long time on this listing page and try to edit per "edit-button", suddenly i got a failure window if i want to save edited data row.

 

If i login again, its working again, for some minutes.

 

Can someone please give me a hint how to handle this problem? Session Cookies and lifetime are set to 2 hours.

 

Thank you!

 

Regards,

Olaf


web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 14 May 2018 - 04:19 AM

Hello Olaf,

 

It seems that the issue that you are experiencing like a Codeigniter issue. Have you tried to use session through database? For more check: https://www.codeigniter.com/user_guide/libraries/sessions.html#database-driver

Regards

Johnny