Hi all,
I'm playing around with a UIWebView.
I can 'inject', intercept and change cookies from a uiwebview, but I'd also like to do the same with 'sessions'
(temporary cookies from PHP, which will be gone when the browser closes)
I'd like to take the sessions over to another viewcontroller, to keep working with the same login but then using a URLSession()
Is there someone with any advice, or should I just rewrite my whole login, auth and isLoggedIn on my projects?
Thanks!
[nvm I already rebuilded the backend to work with cookies only]
If anyone has an solution for sessions I'm still very interested!
I'm playing around with a UIWebView.
I can 'inject', intercept and change cookies from a uiwebview, but I'd also like to do the same with 'sessions'
(temporary cookies from PHP, which will be gone when the browser closes)
I'd like to take the sessions over to another viewcontroller, to keep working with the same login but then using a URLSession()
Is there someone with any advice, or should I just rewrite my whole login, auth and isLoggedIn on my projects?
Thanks!
[nvm I already rebuilded the backend to work with cookies only]
If anyone has an solution for sessions I'm still very interested!
Last edited: