open links in the same session [message #423823] |
Mon, 28 September 2009 08:19 |
azalar
Messages: 3 Registered: September 2009 Location: Slovenia
|
Junior Member |
|
|
I have an APEX app, that produces a list of open issues and sends it by email to some users. I include links to individual issue in this email. How to build this link in a way that user has to authenticate only after clicking the first link, and then after clicking others, there should be no authentication check any more, as there is already a living session available? Furthermore, is there a way to provide UN/PW from within the link to avoid a need for authentiacation at all?
I use an authentication function in the application to check UN/PW validity.
|
|
|
Re: open links in the same session [message #424221 is a reply to message #423823] |
Wed, 30 September 2009 17:18 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
Try using session '0' rather that the session id in your URL.
f?p=App:Page:0:Request:Debug:ClearCache:itemNames:itemValues:PrinterFriendly
rather than
f?p=App:Page:Session:Request:Debug:ClearCache:itemNames:itemValues:PrinterFriendly
|
|
|