Answered
Is it possible to use a Form Post with no submit button
I have a website which users log into.
After login they are able to click on a navigation button to access an application. Currently users have to log into our site and then into the application.
We are trying to eliminate the need for 2 logins by using pass-thru authentication.
I have to send a form post to the application w/ user session data (user Id).
I have been asked not to create a page where the uses has to hit submit.
So my question is what is the best way to do this?
I was planning on creating another page that opens once the user clicks on the navigation button. The page that opens looks as though it logging into the application. That page would contain a form w/ hidden form field {session.userinfo} and post it to the application.
So is there a magic way w/ a redirect or something to do this?
Thanks for your help!
After login they are able to click on a navigation button to access an application. Currently users have to log into our site and then into the application.
We are trying to eliminate the need for 2 logins by using pass-thru authentication.
I have to send a form post to the application w/ user session data (user Id).
I have been asked not to create a page where the uses has to hit submit.
So my question is what is the best way to do this?
I was planning on creating another page that opens once the user clicks on the navigation button. The page that opens looks as though it logging into the application. That page would contain a form w/ hidden form field {session.userinfo} and post it to the application.
So is there a magic way w/ a redirect or something to do this?
Thanks for your help!
