PDA

View Full Version : Request Line remembers habbo name and disables editing when logged out.



Jin
21-03-2011, 03:31 PM
Basically,

username_aid1 retains username even when user is logged out.

Therefore the request line name field retains a previous value and is disabled.

coolchris322
21-03-2011, 06:50 PM
do you use session_destroy(), session_unset() etc. that should clear all set data fields?

session_unregister("username_aid1");

HotelUser
21-03-2011, 11:46 PM
The problem was not with the removal of the session id from the client but a lack of coordination with it and its counterpart id on our end.

Either way, this has been sorted and should now be working!

Want to hide these adverts? Register an account for free!