Login parameters passed through URL
Page 1 of our application is a page with navigation buttons, all of which are restircted based on authorization schemes (ADMIN, EVERYONE, PRDN_FLR). PRDN_FLR is the most restricted user and can only view three buttons. Because PRDN_FLR is a single user that everyone in the production section of our facility uses to view uneditable documents, instead of having them have to login everyday to view the screens to which the three buttons point, I want to override their need to enter the username and password by passing those parameters in the url, then set that url as the homepage in IE. I don't want to make the page public so as to keep at least SOME semblance of security.
Is there a way to do this?
As always, thanks in advance...
Alexandra