Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Login page should seamlessly redirect if already logged in
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- Re: Login page should seamlessly redirect if alrea...
Login page should seamlessly redirect if already logged in
11-07-2007 6:23 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
OK, it's unlikely an already-logged-in user is going to visit http://community.plus.net/forum/index.php?action=login but if this is the case it should immediately push to the main page.
Something like
if(isset[user_logged_in]) {header "Location: http://community.plus.net/"}
Something like
if(isset[user_logged_in]) {header "Location: http://community.plus.net/"}
2 REPLIES 2
Re: Login page should seamlessly redirect if already logged in
12-07-2007 2:00 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Or redirect to the referring page (if on the same domain)?
Re: Login page should seamlessly redirect if already logged in
01-08-2007 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Wishlist item...
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- Re: Login page should seamlessly redirect if alrea...