search for: http_refresh

Displaying 1 result from an estimated 1 matches for "http_refresh".

2005 Dec 25
4
How to display a welcome page
...ething that seems like it should be really simple. How do I display a default welcome page for visitors who are not logged in and send logged in users to the appropriate controller. I am using the login_engine and the user_engine. The two methods I have seen looking at sample code are to stick a http_refresh in public/index.html or to setup a default route to go to some action controller. What do you suggest? Can I build a conditional route that sends them to a ''Welcome'' controller if not logged in or the "MyApp" controller if logged in? Does it make sense to build a '...