Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to auto login #2

Closed
aqlx86 opened this issue Feb 8, 2013 · 10 comments
Closed

unable to auto login #2

aqlx86 opened this issue Feb 8, 2013 · 10 comments

Comments

@aqlx86
Copy link

aqlx86 commented Feb 8, 2013

i logged in on s1 then i went to s2 still the login form is show.

i created a demo, no changes has been made in the source code except for the server url.and the broker for each domain. server url is http://85.214.200.88/sso/.

s1: http://arnelqlabarda.com/testing/sso/
s2: http://85.214.200.88/sso/login/

i checked the server tmp dir.. this is what i have.

-rw-r--r-- 1 www-data www-data   26 Feb  8 09:52 SSO-BINCK-f1f8f90da0380e4cc44a781b67136664-b1e1f0927c2dc7fc9fd1586a2fb47d3d
-rw-r--r-- 1 www-data www-data   26 Feb  8 09:52 SSO-LYNX-a54cd54a56a688309cb301ff9739d978-5f14e5d9a1e3f8e57d1f890921349c64
-rw-r--r-- 1 www-data www-data   26 Feb  8 09:52 SSO-UZZA-28f7a678f27c5bd01d030d2d6374986b-0744949136594cfe0aab565d9b620591
@jasny
Copy link
Owner

jasny commented Feb 8, 2013

Those files should be symlinks.

I'll have to fix my own demos and take a look.

@aqlx86
Copy link
Author

aqlx86 commented Feb 8, 2013

i changed the $links_path and pointed to a writeable directory

@jasny
Copy link
Owner

jasny commented Feb 8, 2013

Ah in that case you aren't using symlinks, but an alternative method. Again I have to (re-)test it.

@aqlx86
Copy link
Author

aqlx86 commented Feb 8, 2013

yes, i tried symlinks but its now creating any logs..

thanks,

@BaubeGarlo
Copy link

Do you find the solution I have the same problem.

I try both symlinks and $links_path.

It doesn't work ... ?

@aqlx86
Copy link
Author

aqlx86 commented Feb 15, 2013

no, i ended writing my own codes some parts are based on this and I used mysql for my session storage.

@gfxguru
Copy link

gfxguru commented Feb 15, 2013

Do you know there's a huge security issue with symlinks?

@jasny
Copy link
Owner

jasny commented Feb 15, 2013

@gfxguru Please explain...

@BaubeGarlo
Copy link

I found the problem. The problem for is my local ip on my local network isn't the same of my outside ip.

Shame on me =P

@gfxguru
Copy link

gfxguru commented Feb 15, 2013

Read somewhere about it yesterday... I'll try and find the article

@jasny jasny closed this as completed Jun 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@jasny @gfxguru @aqlx86 @BaubeGarlo and others