Welcome Guest, Not a member yet? Register   Sign In
Community Auth Issue
#1

Hey Guys,

I don't know if this is the issue of Community Auth or the CodeIgniter itself. I have setup the community Auth and running on my Codeigniter 3.1.3. When I place the session in the autoload, the community auth now could not login. I tried to trace the code and I found out this line 
Code:
$session_id = $this->CI->session->sess_regenerate( config_item('sess_regenerate_destroy') );

located in application/third_party/community_auth/libraries/Authentication.php causing the issue. The session returned null. Any way how can I use the Community Auth together with the session placed in the autoload? Check the attached image for the error I encountered. That error appeared when I set the `sess_regenerate_destroy` into `TRUE`. It won't log me in if I set it to `FALSE`.

   
-jaystream
Reply


Messages In This Thread
Community Auth Issue - by jaystream - 08-27-2017, 03:40 AM
RE: Community Auth Issue - by skunkbad - 08-27-2017, 03:10 PM
RE: Community Auth Issue - by jaystream - 08-28-2017, 04:44 PM
RE: Community Auth Issue - by skunkbad - 08-28-2017, 11:36 PM
RE: Community Auth Issue - by jaystream - 08-30-2017, 08:36 AM
RE: Community Auth Issue - by skunkbad - 08-30-2017, 05:19 PM
RE: Community Auth Issue - by jaystream - 08-31-2017, 01:42 AM
RE: Community Auth Issue - by sasbass - 08-31-2017, 02:24 AM
RE: Community Auth Issue - by jaystream - 08-31-2017, 02:50 AM
RE: Community Auth Issue - by skunkbad - 08-31-2017, 11:02 AM
RE: Community Auth Issue - by jaystream - 08-31-2017, 05:21 PM
RE: Community Auth Issue - by dave friend - 09-05-2017, 02:26 PM
RE: Community Auth Issue - by jaystream - 09-05-2017, 05:43 PM
RE: Community Auth Issue - by bocahapi - 12-05-2017, 04:06 PM
RE: Community Auth Issue - by skunkbad - 12-05-2017, 06:12 PM
RE: Community Auth Issue - by bocahapi - 12-09-2017, 05:39 PM
RE: Community Auth Issue - by skunkbad - 12-09-2017, 09:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB