marig345 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

Example server code does not seem to be storing session for testing #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Followed the INSTALL file and unpacked scripts and setup database ok
2. Hit 'logon' page and 'logged in successfully'
3. Hit 'register' and was not logged on

What is the expected output? What do you see instead?

I expected to have the $_SESSION['authorized'] set ok and move on to
registering the server, but it appears to have not stored the session.

What version of the product are you using? On what operating system?

oauth-php-r50 on PHP Version 5.2.4 running on Linux

Original issue reported on code.google.com by kos...@gmail.com on 16 Aug 2009 at 7:59

GoogleCodeExporter commented 9 years ago
Hi Kosso,

Just to be certain: where there any errors in the PHP error log?

Greetings, Marc

Original comment by ma...@pobox.com on 16 Aug 2009 at 8:12

GoogleCodeExporter commented 9 years ago
Hi Marc,

My apologies. New test server! Wrong permissions on the session storage 
location!

Solved. *facepalm*! ;)

K

Original comment by kos...@gmail.com on 16 Aug 2009 at 8:31

GoogleCodeExporter commented 9 years ago
Great!

Thanks for the testing and success with your project.

- Marc

Original comment by ma...@pobox.com on 16 Aug 2009 at 8:37