Authentication app conflict

QuestionsAuthentication app conflict
Harry asked 8 years ago

I have been using a php authentication app called Simpleauth

http://codecanyon.net/item/simpleauth-very-simple-secure-login-system/232148?s_rank=11

However Ive found it conflicts with phpgrid due to sharing the $_SESSION global.

1. Is there a workaround?

2. Which php based authentication apps are compatible with phpgrid?

1 Answers
Abu Ghufran answered 8 years ago

I've not used this product so can't tell what exactly is going inside that script.
Grid lib resumes existing session if already there otherwise create new.
if(session_id() == '') session_start();

Try including grid library above that script. You can email me code of app for review or contact script author for help.

Your Answer

17 + 18 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?