on my website i use sessions...the link i use to access the forums from the site is set up like any normal link
<a href="
http://www.mydomain.com/forum" target="_blank">forum</a>
now my problem....
when i log into my site, then click the link for the forum it shows me as already being logged in with the forums (but i know i'm not) and since i don't require people to register to post i can post using my name, but it puts me as a group of "guest" (which also tells me i'm not really logged in)
i have the forums installed on a different database then my site so i'm guessing that it has something to do with the sessions and not the database....
how would i go about resolving this so i after i log in my site and click the forum link it will show me as being a guest(since i'm not logged in the forums)
any help is greatly appreciated