rgreat Posted April 29, 2016 Posted April 29, 2016 2 different UniGui applications share login/password in cookies if they use same ACookieName's. But applications are hosted at different paths. for example: http://Server:8077/App1/App1.dll http://Server:8077/App2/App2.dll Is there any ways to use different cookies for these apps except for adding some id prefix in every ACookieName? Quote
bugra Posted May 2, 2016 Posted May 2, 2016 Try UniApplication.Cookies.SetCookie(CookieName, CookieValue, CookieTime ,false,false,'/App1/App1.dll'); Last parameter is path to your cookies. You can change it which path you use. Quote
rgreat Posted May 3, 2016 Author Posted May 3, 2016 I seen that, but GetCooke does not have that one. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.