I\'m building my website to pull out my own linkedin profile info. And it is working but when a visitor comes to the site, they will have to login to see my profile info displayed on my page. This sho
On most websites, when the user is about to provide the username and password to log into the system, there\'s a checkbox like \"Stay logged in\". If you check the box, it will keep you logged in acro
I have a delphi app that logs data from various places and writes the data to a file.The app has quite an extensive GUI to allow display of the data, configuration of the options, etc.
I\'m using the Windows Identity Foundation (WIF) Security Token Service (STS) to handle authentication for my application which is working all well and good. However I can\'t seem to get any long runn
I\'ve written a Autoit s开发者_开发知识库cript that starts a GUI application, when the application starts there is a login form. The scripts fills the login form and tries to log in. Then it records t
Is there any way to configure Forms authentication that I can make the cookie and ticket persistent with an indefinite expiration while having a non persistent option that doesn\'t require setting the
I want to have functionality on my application that lets a user check off that they wish to stay logged indefinitely (arbitrarily setting the cookie expiration at 3 months from NOW).