Hi, my site uses a short url, which stays in the address bar as users navigate around. This is not a problem until they navigate to the forum. when they login they get login confirmation but then are redirected back to the login page (no logout available).
the temp fix i am using is to open the forum in a _blank target (new window) - apologies if my terminology is lame, im no webwizard! -
so, does anyone have a solution either to code into the forum, or to stop the short url from displaying?
This sounds like you are using frames then. Framed sites don't play nicely with 3rd party cookies. There is not much you can do about this without some clever coding or changing ones IE security which I strongly discourage. Do you have a link so I can look at what you're describing?
I just answered this question for someone recently. if you're using a short url service that's fine, but break out of frames once you get to your page. That can easily be done by inserting this little snippet of code to your page.