honeybadger
New member
Hi GDG,
Hope you can help confirm this…
Scenario:
Let’s say I created a portable application (Version 1) which uses PHP cookies to store user information.
I call it “myApp.exe”.
Now let’s say 3 months later I release Version 2 called “anotherApp.exe”
Both “myApp.exe” and “anotherApp.exe” use the same GUID, but have different content (e.g. different images, videos, etc.)
Question:
As long as the user does not delete the previous .USERPREF file generated by “myApp.exe”, but only replaces “myApp.exe” with “anotherApp.exe”, then the new app can still access the cookies in the .USERPREF file right?
Or must I also name Version 2 as “myApp.exe” instead of “anotherApp.exe” in order to access the saved cookies?
Hope this is not too confusing. Thanks very much for your clarification.
Hope you can help confirm this…
Scenario:
Let’s say I created a portable application (Version 1) which uses PHP cookies to store user information.
I call it “myApp.exe”.
Now let’s say 3 months later I release Version 2 called “anotherApp.exe”
Both “myApp.exe” and “anotherApp.exe” use the same GUID, but have different content (e.g. different images, videos, etc.)
Question:
As long as the user does not delete the previous .USERPREF file generated by “myApp.exe”, but only replaces “myApp.exe” with “anotherApp.exe”, then the new app can still access the cookies in the .USERPREF file right?
Or must I also name Version 2 as “myApp.exe” instead of “anotherApp.exe” in order to access the saved cookies?
Hope this is not too confusing. Thanks very much for your clarification.
Last edited: