in reply to Re^2: Ideas on how to redirect users to a specific index
in thread Ideas on how to redirect users to a specific index

OK so you are setting a login cookie. So what is stopping you mapping that to the username? Having done that any cgi on your site can determine the user based on the (usually sessionID) cookie. There is no need for one copy per user, nor is it a good idea. You will find bugs. When you do it is easier to fix one script than 100s or 1000s of near identical ones.

cheers

tachyon

  • Comment on Re^3: Ideas on how to redirect users to a specific index