NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: agustinh2000 on September 09, 2013, 09:34:36 AM
-
Hi Bruce, when I remember username and password I can not delete the cookie if the option remember = 0
the sentence I use is p_web.DeleteCookie ('Loc__Usr')
-
Hi Augustin,
I think post an example - your description contains insufficient information for a meaningful answer.
cheers
Bruce
-
I found this same problem early this year (don't remember what version I was on at the time). After some research and testing, I found that I had to set the cookies first to null, ie xxx.SetCookie('somecookie',''), and set the session value to null, ie xxx.SSV('somecookie','') to effectively delete them.
Mark
-
thanks Mark, I will try