Bookmarking: is there a way to re-use the bookmark URL instead of generating new one every time?

I'm wondering if there's any way to have control over the bookmarked URL (in the server-side bookmarking mode).

My usecase is this: if a user uses my app and clicks on Bookmark for the first time, they should be presented with a URL with some ID. If the user continue using the app and then bookmarks again, I want this to overwrite the previous one so that the user can use the same url (and also this would result in a lot less files getting created).

Is there a way to do this?

1 Like