Welcome Guest, Not a member yet? Register   Sign In
session expiration
#3

[eluser]Unknown[/eluser]
you can change the expiration date of the session class
Do this from your Controller class:
$this->session->sess_expiration=-2*time();

You can also modify CI class to accept -1 as expiration date till browser is closed.
but then you will have to worry about each CI version update

hope it will help

Rotem


Messages In This Thread
session expiration - by El Forum - 04-11-2010, 08:18 AM
session expiration - by El Forum - 04-12-2010, 01:40 AM
session expiration - by El Forum - 04-12-2010, 01:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB