|
Hi. I have a subweb that implements a login for members only. Basically, its the usual, ask for a login and password, compare it to a database and create some session variables that each page can check.
I'd like these session values assigned there to also be usable in the main web but now find that I cannot retrieve them there. Is there a way to make these session values global to the entire web site?
|