Hey Guys,
I have a log in page and from that I take the username and stuff it into Session("username")
When I want to say at the top of a page hello username I can use this session var Session("username") to get the name for me, this works fine in the root of the web pages, but when I call a page inside another directory in the root the scripts do not work, the page shows but with a gap where the name should be.
Can anyone suggest whats up?
Regards as ever
W
I have a log in page and from that I take the username and stuff it into Session("username")
When I want to say at the top of a page hello username I can use this session var Session("username") to get the name for me, this works fine in the root of the web pages, but when I call a page inside another directory in the root the scripts do not work, the page shows but with a gap where the name should be.
Can anyone suggest whats up?
Regards as ever
W