
 notgonna tellu - 2006-11-03 18:55:23 - 
In reply to message 1 from notgonna tellu 
Solved my own problem.  I found the bug.  
In my code, I used a variable, $userID.  This variable is needed by the Session, and so when I used it someplace else, the session got confused.  Moral of the story ... if I had a similar problem in the future, I would dig into the session variables and make sure there I don't have a conflict someplace.