Ask a Question related to ASP.NET Security, Design and Development.
-
Chris Magoun #1
Forms Authentication "Forgetting" a User
Greetings,
We have an ASP.NET application that implements forms-based authentication.
The login portion seems to work fine. However, I have one developer who when
running the application, it seems to forget him at some specific point (not
a timeout) and he has to re-login. This does not happen for everyone, just
this one developer.
The point at which the authentication seems to fail is a page on which we
have an OWC PivotTable going and getting data from the network. Once he
opens that page, anything else he does requires a new login.
Has anyone run into something like this? I can give more detail, if need be,
but just wanted to see if there have been other "random logoffs" with forms
authentication. Can anyone point me in the right direction?
Chris Magoun
Chris Magoun Guest
-
Change user role from "Publisher" to "Administrator"
Have three users on a particular website - all need to be "administrators". Two are listed as administrators (one of which is me), the third is... -
"User cannot change pwd" and "Pwd never expire" by using Directory
I create a account by using the DirectorySerive and it is running: --------------------------------------------------------- Dim ContainerEntry As... -
Strange behavior using SSL and "FORMS" authentication.
Hello I am using "FORMS" authentication, without SSL the behavior is normal, everythings working very well When in IIS I cheking "Require SSL"... -
Automatic Login - Forms Authentication - Request.ServerVariables["LOGON_USER"]
Hi there, I'm busy building a site that authenticates users from a database but would like Windows authenticated users to bypass the logon screen... -
Forms Authentication - "Deny users = ?" necessary
Thanks for your reply Hernan. I can't believe Authentication and Authorization are mixed... If I want to identify/authenticate a user (for... -
Chris Magoun #2
Re: Forms Authentication "Forgetting" a User
Ahh, I have narrowed the problem a little bit -- it in fact seems to be the
OWC PivotTable component. If we comment out the code that connects the pivot
table to the external data, the logout does not occur.
"Chris Magoun" <magounc@amerinetcentral.org> wrote in message
news:%23%23kcnUFZEHA.3228@TK2MSFTNGP12.phx.gbl...when> Greetings,
>
> We have an ASP.NET application that implements forms-based authentication.
> The login portion seems to work fine. However, I have one developer who(not> running the application, it seems to forget him at some specific pointbe,> a timeout) and he has to re-login. This does not happen for everyone, just
> this one developer.
>
> The point at which the authentication seems to fail is a page on which we
> have an OWC PivotTable going and getting data from the network. Once he
> opens that page, anything else he does requires a new login.
>
> Has anyone run into something like this? I can give more detail, if needforms> but just wanted to see if there have been other "random logoffs" with> authentication. Can anyone point me in the right direction?
>
> Chris Magoun
>
>
Chris Magoun Guest



Reply With Quote

