I can get a user's name from a log in page no problem. I have strName = Session ("Username"
I then have if the user name is "guest" (strName="guest" then go to a different server which is my guestbook to log personal information.
Here is the problem, after returning to the main menu page from the guestbook log in page (which is on a different server), the Session ("Username" is no longer "guest." Where could I store the Session ("Username" so that it is remembered until I deliberately delete it upon completion of their time at my website? If this can be done exactly how is it done?
Welcome Screen
|
Login Screen -> a guest go to guestbook on different server
| |
| |
Main Menu <----------- (but remember "guest"
I then have if the user name is "guest" (strName="guest" then go to a different server which is my guestbook to log personal information.
Here is the problem, after returning to the main menu page from the guestbook log in page (which is on a different server), the Session ("Username" is no longer "guest." Where could I store the Session ("Username" so that it is remembered until I deliberately delete it upon completion of their time at my website? If this can be done exactly how is it done?
Welcome Screen
|
Login Screen -> a guest go to guestbook on different server
| |
| |
Main Menu <----------- (but remember "guest"