how to retrieve the value of the text boxes from the login page

Hi,

I just want to retrieve the value of the username and password what we enter in login page.Actually its easy to retrieve normally.But what i want is while running the login page which is in \protected\views\site\login.php.

If i am redirecting it to next.php after a successful login, and i just want that username and password to be there in that page.I don’t know how to retrieve it in this page.

Please anyone help me… please…

You can use session to save user object and retrive from it whenever you want.

Thank u so much… I was able to retrieve the value now…