Can one pass a value to new session using deep linking
391634Jul 23 2007 — edited Jul 24 2007I wish to create functionality where a user who is NOT yet logged in viewing a public page can press a log-in button to return to the same page (page 23 in the example below), now logged in.
I can do this by having the login button I created jump to a URL using deep linking support:
http://xyz.com/pls/apex/f?p=&APP_ID.:101:&SESSION.::::FSP_AFTER_LOGIN_URL:\f?p=&APP_ID.|23|&SESSION.\
Unfortunately, because there is now a new session ID for the logged-in user, the value of the field(s) on this page are "lost".
Is there any way to pass a field value using the deep link or another way to preserve the value of a field such as :P23_FIELD when the user is returned to the page (now logged-in)?