Mark Roberts
2004-05-09 12:04:49 UTC
hi,
After someone logs in to my site's main page I capture the user i.d. to a
session variable like this:
"Dim requestorID
session("requestorID") = Request("HidUserID")"
When I perform "Welcome <%=session("requestorID")%>"
it displays "Welcome userid" as it should. Whenever I go to another page in
the application and then return to the main page it displays "Welcome" only.
Why does the session variable disappear? I have "<%Response.Buffer =
True%>".
After someone logs in to my site's main page I capture the user i.d. to a
session variable like this:
"Dim requestorID
session("requestorID") = Request("HidUserID")"
When I perform "Welcome <%=session("requestorID")%>"
it displays "Welcome userid" as it should. Whenever I go to another page in
the application and then return to the main page it displays "Welcome" only.
Why does the session variable disappear? I have "<%Response.Buffer =
True%>".