Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Login Problem: Short Url related?!!?!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

latinquarter
Starting Member

31 Posts

Posted - 01 December 2004 :  09:36:16  Show Profile
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?

thanks in advance,
rob

dayve
Forum Moderator

USA
5820 Posts

Posted - 01 December 2004 :  12:20:32  Show Profile  Visit dayve's Homepage
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?

Go to Top of Page

latinquarter
Starting Member

31 Posts

Posted - 01 December 2004 :  12:25:09  Show Profile
hiya, yeh the shortcut url is

http://wakeup.to/bacardi

the long version is http://latinquarter.net4students.co.uk/index.html

with the forum at http://latinquarter.net4students.co.uk/forum/default.asp

You can use

user: test
pass: testing

in the forum as a check.

I guess its not the end of the world having it open in a new window. It just means that ie with sp2 needs to be set to allow popups.

thanks
r
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 01 December 2004 :  13:00:29  Show Profile  Visit dayve's Homepage
is it that important that you cloak the longer url with the shorter one?


Edited by - dayve on 01 December 2004 16:35:33
Go to Top of Page

latinquarter
Starting Member

31 Posts

Posted - 01 December 2004 :  13:09:44  Show Profile
quote:
Originally posted by dayve

is it that important that you clocak the longer url with the shorter one?



no not at all i dont think. its just used cuz its easier to remember
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 01 December 2004 :  13:31:23  Show Profile  Visit dayve's Homepage
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.

<script language="JavaScript">
 if (parent.frames.length > 0) {
 parent.location.href = location.href;
}
</script>

Go to Top of Page

latinquarter
Starting Member

31 Posts

Posted - 01 December 2004 :  14:45:51  Show Profile
Dayve you're a legend!

Site and code works fine now.

Lucky i noticed when it was /wasnt working!! (and lucky you know what ur doin!)

thanks again
rob
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 01 December 2004 :  16:34:53  Show Profile  Visit dayve's Homepage
you're welcome.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.48 seconds. Powered By: Snitz Forums 2000 Version 3.4.07