Hi All,
I'm using Apex 20.2; i want to get the value that is stored in session for a hidden item using jQuery. So far I've tried $v and apex.item("P3_ITEM_1").getValue(); but they both seem to return the value from the browser's cache and not from session.
Thanks.