Hello,
Can you shed some light as to why dx_auth library would loose session to another controller?
Thanks.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
December 01, 2008 6:14am
Subscribe [160]#616 / Jun 06, 2011 1:56pm
Hello,
Can you shed some light as to why dx_auth library would loose session to another controller?
Thanks.
#617 / Jun 06, 2011 2:06pm
Hello,
Can you please shed some light on why dx_auth would loose sessions to my admin controllers.
What is the latest version of dx_auth to use with CI 2.2?
Thanks in advance for your wisdom.
#618 / Jun 07, 2011 12:22am
Is DX_auth still being maintained? I’m planning to work on the authentication section of my website and DX_auth seems to have good documentations!
#619 / Jun 17, 2011 7:54pm
I would go over this link first:
http://stackoverflow.com/questions/346980/what-codeigniter-authentication-library-is-best
http://konyukhov.com/soft/tank_auth/
Also have a look here:
http://benedmunds.com/ion_auth/
These will help you choose the right auth library for your project.
Good Luck
#620 / Jul 28, 2011 2:27am
someone waiting…???
I move to ion_auth LoL.
#621 / Aug 17, 2011 10:50am
Fatal error: Call to undefined method CI_Loader::plugin() in D:\htdocs\src\application\libraries\DX_Auth.php on line 1077Hi all,
what’s means this error in DX auth ?
#622 / Aug 18, 2011 2:01am
Fatal error: Call to undefined method CI_Loader::plugin() in D:\htdocs\src\application\libraries\DX_Auth.php on line 1077Hi all,
what’s means this error in DX auth ?
You are trying to use older Plugin style code with CodeIgniter 2.0
If possible, you should use Tank Auth instead:
http://konyukhov.com/soft/tank_auth/
Good Luck
#623 / Aug 18, 2011 5:32am
Ok, it’s run, but tank don’t manage roles :-(
#624 / Aug 22, 2011 5:21am
am using DX Auth 1.0.6 with Mssql 2008 R2 but when i login with the right credentials, it does not log me in, it give me the following error, “Username not exist” can some help me out.
#625 / Aug 22, 2011 10:39am
hi
Am using the dx authentication library for my project but I keep on getting the error ‘Username not exist’
when i try to login earlier on i was using mysql database but when i changed it to mssql the problem began
Any help would be appreciated
regards
brian
#626 / Apr 05, 2012 6:00pm
Has it(DX Authentication library) any video tutorial ?
#627 / Apr 17, 2012 12:04am
Official website & guide down!
#628 / Apr 17, 2012 1:26am
Official website & guide down!
As it should be. As far as I know, it’s not being updated, and I’m not sure it was even compatible with v2.x CI.
#629 / Jun 02, 2012 1:29pm
SInce the DX Auth is no longer available, and i decided to add the DX Auth on Github
#630 / Jan 01, 2013 5:22am
can any one give me the new link for the documentation of this library since i can find it and any tutorial that describe how to integrate it with my system