Loading...

RE: Help with sessions

RE: Help with sessions

#7176
Anonymous
Anonymous
Participant

Hi ,

n

 

n

I think you cannot pass the session to another page like that. The ‘Set Session Name’ setting is for the ‘LinkTo’, ‘LinkToTarget’ or ‘LinkToSource’ settings, you can configure them in the ‘Display Fields’ setting of the individual field. that means when you click that field, that row of the items will be populated into the session, and in the web parts in the next page(you have set for the the ‘LinkTo’, ‘LinkToTarget’ or ‘LinkToSource’ settings) can consume that session.

n

 

n

About your case, first of all, I don’t think the URL can carry the ID parameter when you set the ‘Source’ to ‘HttpRequest’, you should set it as ‘ListItem’, that means when you select the item in the qListView, click the custom action, the URL can get the ID value of the item that you selected.

n

 

n

If you set the ‘Source’ as a ‘Session’, that means the value should already exist in the session, but I cannot find such of this setting in the qListView(click the custom action, populate the value into the session, then navigate to another URL) for my first thought. So why you must use the Session to pass the http parameter? Can you give me more details about your scenario? Maybe I can find another solution for you.

n

 

n