J
James
Session("UserName") is set when someone logs in. Get to a page that
displays a record where you can type a comment. The form has an onSubmit
event that calls a javascript function. That function sets a javascript
variable called beenChecked = true and then calls a PopUp window to spell
check the comment. When it's done spell checking, it calls the submit
method on the form tag of the opening window. The method evaluates that
it's "beenChecked" and submits.
For some reason, I'm losing all of my session variables using this approach.
Within the pop-up window and the original page, the session variable is
never altered explicitly. The page posts to the next page, which evaluates
the Session("UserName") variable, and it's blank.
What's causing me to lose my Session variables?
Thanks,
James
displays a record where you can type a comment. The form has an onSubmit
event that calls a javascript function. That function sets a javascript
variable called beenChecked = true and then calls a PopUp window to spell
check the comment. When it's done spell checking, it calls the submit
method on the form tag of the opening window. The method evaluates that
it's "beenChecked" and submits.
For some reason, I'm losing all of my session variables using this approach.
Within the pop-up window and the original page, the session variable is
never altered explicitly. The page posts to the next page, which evaluates
the Session("UserName") variable, and it's blank.
What's causing me to lose my Session variables?
Thanks,
James