John Joseph wrote: > --- Christopher Saul <[EMAIL PROTECTED]> wrote: > > >>Sounds like setting the browser home page would be >>the best thing. >> >>Users will get fed up if they end up being forced to >>the policy page >>every time they type in a url. >> >>Chris
There must be an easy way to do this off the shelf. However, for me, I use java so I would just have a servlet that would check if the user has a session. If there is a session, the url is redirected to its correct destination. If there isnt, then you can throw up whatever page you want and create a new session, or wait for a post from the page and then create the session. You can set the servlet as a proxy to take all port 80 stuff. --- cGull ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/0XFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/dubailug/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
