I'm working on a project to syndicate library content with RSS.... and learn .NET, C#, and AJAX

Friday, July 27, 2007

ListMaker Login, Logout, timeout

Today I implemented the Login, Logout, Create new account, and Timeout. Something's still not quite right about the Logout - although I am telling it to clear the session variable that says the user is logged in, it is not. But, it's thunderstorming here and I want to turn off the computer.

Next:

  1. need to add "subjects" to the Create new account routine.
  2. need to use the variables from the user table instead of the static variables I've been using - most methods will need to be updated.
  3. need to check persistence of the data about the current user.
References:

No comments: