This topic is locked

Using Session UserID's to filter data

3/2/2007 9:00:22 AM
ASPRunnerPro General questions
skemp author

I have integrated asprunner list pages with another application. Before the user gets to the list page they are prompted to login (this is so that the user will see only his/her data.
The integrated application also requires a logon by the user and it stores a sessionid. Is it possible to have asprunner see that stored sessionid and therefore not require a logon for asprunner if it sees that the user has already logged on to the integrated application?
Any help is greatly appreciated!

J
Jane 3/2/2007

Hi,
you can do it using LoginOnLoad event on the Events tab.

Just check Session variable where UserID is stored and redirect to the menu page.