zling2001 / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

Reregister problem #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Hi.
First time when I am doing Register method with your client everything is OK, 
comes response 200 OK.
If don't perform Unregister method and try to register with another client, 
then everything is OK,  your client session terminates.
But when I try to register again with your client, then comes 403 Forbidden. 
And it happens as long as the server session time  does not expire.

What is the expected output? What do you see instead?
403 Forbidden instead 200 OK.

What version of the product are you using? On what operating system?
imsdroid-2.0.431, android 2.1

Original issue reported on code.google.com by Fredholm...@gmail.com on 29 Jul 2011 at 10:40

GoogleCodeExporter commented 9 years ago
403 Forbidden is returned from your server so I guess you already check what's 
going wrong on the server side.

Original comment by boss...@yahoo.fr on 1 Aug 2011 at 6:32