C
Chris
new to the world of asp!
I'm trying to define session variables using the following
code:
Session("Employee")= [value]
when i replace the Session with Application, the value is
available across all the pages, but the session variables
are only available on the page i declare them. Is this a
coding or a server issue?
Thanks
Chris
I'm trying to define session variables using the following
code:
Session("Employee")= [value]
when i replace the Session with Application, the value is
available across all the pages, but the session variables
are only available on the page i declare them. Is this a
coding or a server issue?
Thanks
Chris