From: i18n <i1...@ya...> - 2002-02-28 01:58:22
|
I would like to change my site so that when a user logs out (e.g http://mysite/users.pl?op=userclose) then the next page to be displayed is http:/mysite with the current user set to anonymous. The current behavior, which I do not believe I have modified, is that when the user logs out, users.pl displays the template displayForm;users;default, which either allows the user to log back in, or create a new user. But if you don't fill in the form at all, and go to "http://mysite", then the current user is "anonymous". Where does the user actually get reset to anonymous? Once I know where that is , then I should change the behavior of the "op=userclose" in users.pl to just redirect to http://mysite ? thanks, Barry |