travisbrown
Technical User
- Dec 31, 2001
- 1,016
So I created a session as part of a login process, and the session is available to areas of the site except the root.
Anyone explain what is going on?
For example, I sign in at
A script at /signin/process.login.asp sets SESSION("test") = TRUE
response.write SESSION("test") displays in all pages (in a global footer) except at or
And yes, the footer is in the default page.
Anyone explain what is going on?
For example, I sign in at
A script at /signin/process.login.asp sets SESSION("test") = TRUE
response.write SESSION("test") displays in all pages (in a global footer) except at or
And yes, the footer is in the default page.