Clear iPhone simulator cookies

前端 未结 6 1159
野趣味
野趣味 2021-02-06 10:35

I have an app that makes request to a REST service. Authentication is done using cookies. This already works.

What I have problems with is to test the case when the cook

6条回答
  •  面向向阳花
    2021-02-06 11:08

    Why not force cookie expiration to a low value for testing?

    That is exactly the same then.

提交回复
热议问题