I have 5 different sites with different web addresses running on my webserver, all of these sites require a user to log on, (I store names etc. in session variables)
I have managed to let the user log in at one site and stay logged in throughout the rest of the sites by using parameters!

My problem is when a user logs out on one site all the session variables on the other sites should abandon too! How do I accomplish this????