Share » Forums » Setup & design » section id carries over after logout

section id carries over after logout

section id carries over after logout

Friday 16 July 2004 1:52:47 pm - 4 replies

Author Message

Hilary C.

Monday 19 July 2004 9:49:09 am

I haven't figured out a real solution, but I did find a workaround - I used this code in site.ini.append.php to just change the redirect from the logout link to a static logout page.

[UserSettings]
LogoutRedirect=http://www.domain.org/logout.html

Paul Forsyth

Monday 19 July 2004 11:10:59 am

It is probably being cached, which is why you continue to see it. Try switching cache off to see if this is the case.

Are you using pagelayout.tpl or an included tpl? If its an included tpl try adding this line to the top:

{set-block scope=root variable=cache_ttl}0{/set-block}

This will stop only that template from being cached.

paul

--
http://www.visionwt.com

Hilary C.

Monday 19 July 2004 12:57:59 pm

Thanks, Paul, but the problem doesn't seem to be caching. I turned off my viewcaching (templatecaching was already disabled) and it made no difference. I also tried the cache-block line of code, just in case, and it didn't make any difference either. Any other ideas? -looks hopeful-

Paul Forsyth

Monday 19 July 2004 1:33:35 pm

Hmmm, if it isnt cached then its odd behaviour. As you rightly said on your other thread there is no section id for the login page.

Is this thread the same as the other, btw? If so we should continue on just one.

paul

--
http://www.visionwt.com

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu