Question
Passing a URL variable through login page into session variable
I have a dynamic list of events and event ids (page 1). When a person selects an item from the list, they are taken to a sign-in page and the event name and id are passed via URL variables. Once the login is confirmed, i want to continue using the event name and id on the pages that follow. What is the best way to do this? I can't seem to get anything to pass through the login page to the page that follows.
