Where to go after Logging-Out

When a User logs out, where should my website take him/her?

When my website was just a few pages, I would leave people where they were at.

But now that I have dozens of pages that require people to be logged-in to access them, things are trickier.

I guess I could build this big elaborate look-up table of where to take people based on where they are at when they log out, but that seems excessive?!

Can I just re-direct people back to “index.php” when they log out and call it quits, or will that be annoying to Users? :-/

Debbie

What happens when you log out of the SitePoint forums?

The way SitePoint handles logging out is lame…

Debbie

where else are you going to send them? Google?
Generally you get sent to the home page or maybe to a special offers promo ad.

I answered that in my original post…

Generally you get sent to the home page or maybe to a special offers promo ad.

Debbie

Why not just send them to a page that either thanks them for visiting and provides an easy way to log back in? I guess you have to think of what people will expect to see. When I log out, I like a confirmation that I’ve logged out … rather than just being shunted to some unrelated page on the site (like the home page). I think your site users would quickly get sick of you if you redirected them to some ad every time they logged out.

The only reason I log out (say from SP) as opposed to closing the current tab) is that I want to be sure I’m logged out (such as when I’ve been using someone else’s computer).

I guess the obvious answer is that yes it will be annoying to some users and to some users it will not be annoying, so I don’t see the point of your question.

Either run a poll to see what most of your users prefer or just redirect them to where you think most would like to go after logging out.

Logging people out and redirecting them to an appropriate place is not rocket science :slight_smile:

[FONT=Verdana]I thought it was pretty good, because it lets the user decide what to do next. In any case, I would imagine most - if not all - users who log out do so because they’re about to leave the site, so it doesn’t much matter where you take them, as long as it’s quick.

I would agree with all of that.
[/FONT]

If you are in your Profile on SitePoint and you log out, you are taken to a screen screaming that you are trying to access a restricted page and you get a whole long description of your evil ways - much in bold.

I find that unsightly at best.

My ideal behavior is that when you log out you are left on the current page UNLESS it is a page that requires you to be logged in, which in that case I think re-directing to the Home Page is fine.

But, as I originally stated, that would require a lot of programming logic now that my site has went from 5 screens to 50 screens where 60% of them require you be logged in.

I am thinking that either sending everyone to the Home Page, or possibly taking Ralph’s advice and having a page that clearly states “You are now logged out!” are the most practical solutions.

Better than SitePoint’s implementation…

Debbie

[FONT=Verdana]Odd - when I log out, I get this simple message:

If I log out from my Profile, then choose the “Return to the page you were previously viewing” option, I see this:

which seems to me more helpful than anything else. (After all, I should really know better than to try to view my profile while I’m logged out. ;))

Are you seeing something different, or just interpreting this differently to me?[/FONT]

When I start seeing “you do not have permission…” and then a list telling me all the reasons why I am wrong, it rubs me the wrong way.

All I did was log out!

[b]I don’t need the BAM! IN YOUR FACE! attitude just because I logged out while viewing my Profile.

OBNOXIOUS!!![/b]

:rolleyes:

Debbie

vBulletin tried to cover as much ground as it could, the best it saw fit. And while it’s a boilerplate with vBulletin what TechnoBear’s showing, there is some truth to what Debbie says.

Related, there are also some websites tricks with this “register to view” message, where they require you to log in or register in order to view certain things (promised land and more), when, at best, all they want from you is your email for spamming.

Also, there are users who’d try to get into restricted areas (if they exist) without having been given the welcome, so you have to be aware of this situation too.

But to quickly address the question of this thread: a “good bye, thank you for visiting, come back soon” page or a “news you may want to read after” page or a “log in to an alternate account” page. There is no definitive answer, it all depends on the website and its purpose and the account type.

[QUOTE=itmitică;5144969]But to quickly address the question of this thread: a “good bye, thank you for visiting, come back soon” page or a “news you may want to read” page[/QUOTE]

Both of those seem like good ideas, and may be worthy of replacing my redirect to the Home Page plan.

Thanks,

Debbie

You’re welcome. :slight_smile:

Just make sure you have some visible links there to some key pages in your website just in case the user wishes to continue using your website without being logged in. The same page or the home page, just not automatically redirected.

Yes, make sure the user has some options after logging out. But also make is very clear that the operation of logging out is confirmed.

[ot]

We don’t need it either. :p[/ot]

Here is what I put together…

<snip>

Debbie

So you are providing the same options and functionality I get when I log out of SP :slight_smile:

Seems fine to me. I don’t like the (2320) thing, though. What does that mean?

It’s a results code… (And it’s not debatable.) :wink:

Debbie

Everything is debatable in a forum. :stuck_out_tongue:

Why serve up something to users that is meaningless to them? It is a distraction, leads to confusion and doubt. Get rid of it. :wink: