S
spandau66
Guest
Hi, I've come across an issue with the JSDO and a user doing a Page Refresh. I'm using Form Authentication. If a User is logged into the 'app' and then decides to hit the Web page refresh, the page refreshes and then we see the message Resource xxxx not found. After debugging (rightly or wrongly) the JSDO Session is now empty! Therefore, my question is how do I resolve this issue? Yes, I could use a cookie to store the current session and then re invoke that session (by the way that did not work). The other alternative is store the user Credentials and do a new login session!! But I believe this to highly dangerous and besides, I DO NOT like the idea of using Cookies or local storage (security implications). What is the best approach on re-establishing the JSDO Session without having to do a secondary Log In? TIA
Continue reading...
Continue reading...