We do authenticate the users session cookie
Code:
Content visible to verified customers only.
We grab a userid for a user from the sessionhash that is stored in a cookie. The remember me box creates userid and password cookies. The sessionhash cookie is created either way. Now the only way someone can get logged out is two ways
1. Cookies are not aligned properly meaning not domain wide.
2. There is no sessionhash in the
vb database for the user when we check the sessionhash table no result is returned.
Now what is extremely strange in your situation is we have clearly shown the integration works fine in the example we provide in this thread and as well you can test this right in our example on this site with any of our applications.
Main Index - PhotoPost Photo Gallery Main Index - PhotoPost Classifieds
I do not need to check the remember me box to be logged in. So really the 64 million dollar question is why would your site be different than any other.