R
Ray
Can somebody please tell this. If I put this statement <% Session("User") =
("Fred") %> somewhere into my code on one page, can I then, from another
page, enter this code <p>Welcome <% Session.Contents("User") %></p>, should
I get the message "Welcome Fred"?
Because I don't and I don't know why. This is s new subject to me so please
be patient! Obviously Fred is a literal. not a variable, but I would like
eventually to read that value from a table, but first things first.
Ray
("Fred") %> somewhere into my code on one page, can I then, from another
page, enter this code <p>Welcome <% Session.Contents("User") %></p>, should
I get the message "Welcome Fred"?
Because I don't and I don't know why. This is s new subject to me so please
be patient! Obviously Fred is a literal. not a variable, but I would like
eventually to read that value from a table, but first things first.
Ray