Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Problem With My Client,
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ImSkared" data-source="post: 383092" data-attributes="member: 6266"><p>This is a common issue I may get when developing a custom CMS. What I think it could possibly be is that your SSO ticket isn't working correctly. I know when I developed my CMS... when a user would enter the client, the SSO ticket would be cleared from the database under their username. So when they went to enter the client again, the Emulator had no SSO ticket to grab from the database therefor giving no user to select from the database. So what I recommend you do is to check your database to make sure they have an SSO ticket (auth_ticket), and if they do, enter the client, and then check. If it is removed, make sure you add a function to update their SSO ticket when they visit the client page.</p></blockquote><p></p>
[QUOTE="ImSkared, post: 383092, member: 6266"] This is a common issue I may get when developing a custom CMS. What I think it could possibly be is that your SSO ticket isn't working correctly. I know when I developed my CMS... when a user would enter the client, the SSO ticket would be cleared from the database under their username. So when they went to enter the client again, the Emulator had no SSO ticket to grab from the database therefor giving no user to select from the database. So what I recommend you do is to check your database to make sure they have an SSO ticket (auth_ticket), and if they do, enter the client, and then check. If it is removed, make sure you add a function to update their SSO ticket when they visit the client page. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Problem With My Client,
Top