I need to have a log-in function that can also send the user name to the next page and then filter the data based upon that user name. When I create a log-in server behavior, it will log the user in correctly but the user name will not get passed as a variable. If I use the logged-in page as the form action on the log-in page then the user name gets passed but the user authentication no longer matters. Is there anyway that I can pass the variable without ruining the log-in authentication system?
Samalia
Samalia