Users are confused when they login and end up at the User Info page. Ideally, could an option be added to config.php3 that allows selection of user.php3 or home page as the default page after login?
I remember now why I had it direct to the user page and not the index. The user cookie has to have time to digest in the browser before it becomes effective... meaning it needs one page load to take effect. Instead of having a page like slashdot has where it says "You really want to go to index.pl" and then refresh with a meta tag, I have it so it goes to the user info instead. I think I can change it now that I'm a little smarter than when I first made it do that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I remember now why I had it direct to the user page and not the index. The user cookie has to have time to digest in the browser before it becomes effective... meaning it needs one page load to take effect. Instead of having a page like slashdot has where it says "You really want to go to index.pl" and then refresh with a meta tag, I have it so it goes to the user info instead. I think I can change it now that I'm a little smarter than when I first made it do that.