How to delete the browser Cookie while logout the application in VLF using RDMLX commands . We are carry forwarding the loan number by using the cookie concept in all over the application, once carry forward loan number then logout the application and again user login to the application same loan will be showing to the user. In axes without using cookie concept loan number carry forward all over the application, but after ramping the application screens using ramping tool in VLF14 loan number carry forward is not working, So we used the cookie concept to forwarding the loan number.
Thanks,
Sayed Jabivullla
Delete Browser Coockie in VLF
-
JABIVULLAS
- Posts: 12
- Joined: Tue Sep 19, 2017 6:07 pm
Delete Browser Coockie in VLF
- Attachments
-
- Carry Forwarding the same Loan Number, when user logout and login the application.
- LoanNumber.PNG (19.73 KiB) Viewed 4269 times
Re: Delete Browser Coockie in VLF
Do you have a VL-Web widget that manipulates the cookies?
If yes - this question looks a bit like viewtopic.php?f=3&t=1527&p=3371&hilit=cookie#p3371
The last comment covers this question in the VLF context - “Assuming you had a Widget for altering cookies you could use it in your VLF-ONE framework's IIP avCloseMAINWindow method to delete the data.”
As a possibly related aside - If you just need to remember things between VLF-ONE sessions (or not remember them) then the VLF virtual clipboard might also be worth consideration. One advantage is that the virtual clipboard is accessible from aXes scripting and RDMLX coding. http://docs.lansa.com/14/en/lansa048/in ... 8_0840.htm
If yes - this question looks a bit like viewtopic.php?f=3&t=1527&p=3371&hilit=cookie#p3371
The last comment covers this question in the VLF context - “Assuming you had a Widget for altering cookies you could use it in your VLF-ONE framework's IIP avCloseMAINWindow method to delete the data.”
As a possibly related aside - If you just need to remember things between VLF-ONE sessions (or not remember them) then the VLF virtual clipboard might also be worth consideration. One advantage is that the virtual clipboard is accessible from aXes scripting and RDMLX coding. http://docs.lansa.com/14/en/lansa048/in ... 8_0840.htm