Hello, I am trying to figure out how to store an user text field entry into a session variable using jscript. I have a login form which I want to store the user id into a session variable that would be available until the user closes the application. After the user enters the login info, there is a javascript validation form and then based on the entries, it redirects the user to the appropriate ASP page. I am trying to retrieve the user id entered in my login page through the other ASP pages. How can I do this? Thanks for your help! Consuelo :-)