Hey all.

helping a coworker with this.

two forms. each has a webbrowser, wb

first form's wb navigates to the login page

user enters name and password into input boxes on login.asp
clicks submit button
Post Method of the form sets the username as a session variable and redirects to Main.asp

but my coworker wants Main.asp to open on the second form, in the second wb, still holding the session variable.

I think that counts as two sessions, and won't work no matter how you do it.

Is it possible to transfer from one wb to another from a click on the webpage, and keep the session variables.
I can't tag them in the URL, because that will expose them in IE's address bar, so I was hoping for session variables