session is being expired autometically |
example ur: http://www.domainname.com/temp/welcome/index
when I open it then refresh it.. if session is set then it will show Session working message. then remove the index from url and write about.. it will still show the session working message. but when I'm clicking on the about hyperlink bellow the message "session working" then session is gone. here below is the controller code: PHP Code: class Welcome extends CI_Controller { I have also attached the cofig folder please check and let me know.. How can I solve the issue. |
Messages In This Thread |
session is being expired autometically - by tysonchamp - 09-26-2017, 06:41 AM
RE: session is being expired autometically - by skunkbad - 09-26-2017, 07:46 AM
RE: session is being expired autometically - by tysonchamp - 09-26-2017, 08:04 AM
RE: session is being expired autometically - by wolfgang1983 - 09-26-2017, 01:57 PM
RE: session is being expired autometically - by shynquynh - 09-26-2017, 06:46 PM
RE: session is being expired autometically - by tysonchamp - 09-27-2017, 06:39 AM
RE: session is being expired autometically - by InsiteFX - 09-26-2017, 10:29 PM
RE: session is being expired autometically - by tysonchamp - 09-27-2017, 06:38 AM
RE: session is being expired autometically - by Narf - 09-27-2017, 07:45 AM
RE: session is being expired autometically - by wolfgang1983 - 09-27-2017, 12:54 PM
RE: session is being expired autometically - by tysonchamp - 10-06-2017, 11:54 AM
|