How does Wordpress store the cookies/login etc? Is it possible for me to make a link on my site that automagically uses the cookie to grab the current user/pass and (via a php get) posts it to a music script I have in this format: index.php?username=blah&pass=blah ? I have a form to do this, but would like it to work automatically Maybe I should change the wp-login.php core file to log the user into my music script also? I would rather avoid this if possible Thanks! Tim