T
Tim W.
Chaps.
We are working with SQL-Server based Sessions in the following environemtn:
Win-Server 2K3 incl. IIS, Dot Net Framework 1.1, SQL2K SP3a, German.
We are defining a Session-Variable named keyword inside asp.net website. At
the end of the Website we are writing this variable again to test if the
value still exists to the output-buffer.
The variable-value is set at the end of the page. When we now press enter in
a input-form-field on the website which results in submitting the page
automatically, Session-variable which is written to output-buffer directly
after variable definition-part, is empty.
Session-Variable is set with the value of a String().
Why is that? Is there any clue on this?
Steve
We are working with SQL-Server based Sessions in the following environemtn:
Win-Server 2K3 incl. IIS, Dot Net Framework 1.1, SQL2K SP3a, German.
We are defining a Session-Variable named keyword inside asp.net website. At
the end of the Website we are writing this variable again to test if the
value still exists to the output-buffer.
The variable-value is set at the end of the page. When we now press enter in
a input-form-field on the website which results in submitting the page
automatically, Session-variable which is written to output-buffer directly
after variable definition-part, is empty.
Session-Variable is set with the value of a String().
Why is that? Is there any clue on this?
Steve