Welcome Guest, Not a member yet? Register   Sign In
How to fix session management issues found on a security audit
#3

2. Set up a session timeout mechanism to end the session after a long time of activity, say 10 hours. This is to block scripts from using the application.

-This one is trickier. I couldn't find a config setting in CI to achieve this. Is there? If not - how would you recommend I implement this?

You would need to do this using JavaScript.

Here is a link to a script that you should be able to modify to do what you need.

Session Timeout Warning With Countdown Using PHP, jQuery And HTML
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: How to fix session management issues found on a security audit - by InsiteFX - 06-25-2019, 06:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB