So you can't trust forms authentication?

  • Thread starter Thread starter dotCore
  • Start date Start date
D

dotCore

Hi,

FormsAuthentication.SetAuthCookie DOES NOT create an authentication ticket
and add it to cookie collection. I am in an infinite loop of logins. See
also this post which explains much better than I can.

http://dotnetjunkies.com/weblog/davetrux/posts/5306.aspx

Except none of the workarounds worked in my case. I am still in that
infinite loop. I have VS2003.NET, XP Pro, IIS 5.1, Framework 1.1. I hope
somebody out there knows what's going on. Otherwise, it is really scary.

ch
 
In case anybody wonders, in the forms tag you need to use requireSSL and
slidingExpiration attributes for sure, if you want the forms authentication
to work with 1.1

ch
 
Your post went unanswered. Have you resolved this issue? If you still need
help, please post the original question with your request.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top