Ask a Question related to ASP.NET Security, Design and Development.
-
Paul #1
forms authentication-but do not write cookie to client machine
Hi I am trying to set up an asp.net application where I want the client to have to provide password and user name everytime so do not want to put the cookie file on the client machine. Just wondering if there is a way to do this? I am thinking of using forms authentication, I will be using a database to verify passwords.
Also I am setting priority levels for each person, also being stored in a database. I need to restrict specific links based on a persons' priority level, can this be done and any suggestions or example code would be appreciated. Thanks.
--
Paul G
Software engineer.
Paul Guest
-
forms authentication cookie not timeout
I customized the cookie generation in forms authentication so I can keep extra data in the cookie. but the problem now is that my forms... -
Forms Authentication - Cookie not being generated...
Hi there everyone, I'm new to this newsgroup so I hope you don't mind me just asking a question, but it has been working me for way to long now and... -
Forms Authentication Cookie Does Not Expire
On my asp.net application, suddenly the forms authentication cookies for clients have quit expiring. This results in users being able to access the... -
Forms Authentication Cookie via IP Only
Hello, I have a problem with the forms authentication cookie when accessing my site via http://computername/application, however when I access... -
authentication cookie vs session cookie
Hi, What are the differences between authentication and session cookies? In my web.config file, I set the cookieless attribute for the... -
Edmond Goon #2
RE: forms authentication-but do not write cookie to client machine
Have a look at
[url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;301240[/url]
and
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;311495[/url]
It gives pretty clear step by step instructions on how to implement what you are trying to do.
--
Edmond Goon
"As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Einstein
"Paul" wrote:
> Hi I am trying to set up an asp.net application where I want the client to have to provide password and user name everytime so do not want to put the cookie file on the client machine. Just wondering if there is a way to do this? I am thinking of using forms authentication, I will be using a database to verify passwords.
> Also I am setting priority levels for each person, also being stored in a database. I need to restrict specific links based on a persons' priority level, can this be done and any suggestions or example code would be appreciated. Thanks.
> --
> Paul G
> Software engineer.Edmond Goon Guest



Reply With Quote

