Auto login on website
Posted
by jacktol
on Stack Overflow
See other posts from Stack Overflow
or by jacktol
Published on 2010-06-11T15:31:54Z
Indexed on
2010/06/11
17:22 UTC
Read the original article
Hit count: 269
I'm working on an application which consists of a Web Application and a Standalone Application. Both of the applications use the same database and require authentication and authorization.
Within the Standalone Application a web browser needs to be opened, going to a page within the Web Application. This page is for authorized users only.
Could anyone tell me if there is an easy way to automatically login within the Web Application via the Standalone Application? Besides using cookies or providing a token in the url. Thank you.
© Stack Overflow or respective owner