11-06-2009 12:18 PM
Is there anything special I have to do to get cookies to store in the Widgets?
I'm using a remote php script that has a login script, and if it's logged in (known from cookies) then it displays the post login page. However after the login process is done, it comes back to the page not logged in. IT works correctly in the regular Browser.
Anything I need to do here?
11-07-2009 10:43 AM
Is the website using SSL/TLS to secure the login transaction and cookie setting?
11-07-2009 10:52 AM
No it uses regular php/mysql server side. It's a vbulletin forum.
It works fine on the BB browser, but on the Widget it just returns me to the login prompt after its done validating.
The process flow is as follows:
login_page.php ---> login_validation.php ---> login_page.php
When it returns to the login page, it should have some php variables set that tell it your already logged in. Instead it displays the login prompt again.
I'm going to try passing the login credentials back to the Bb and store them locally in a sql database... could work for it.