cookies/forms authentication

From: Brian Shannon (bshannon_at_lbrspec.com)
Date: 08/03/04


Date: Tue, 3 Aug 2004 16:26:06 -0500

Currently I manage user login for our intranet through session variables. I
am in the process of converting this to forms authentication using a sql2000
DB.

I have a few users that need there machine a little more secure than others
for EDI purposes and can't accept cookies. Is there something that can be
done for situitions like this. Still use forms authentication but the
browser doesn't accept cookies.

As of now there are only 3 individuals who's browsers wont accept cookies.

Thanks for any suggestions.



Relevant Pages

  • Re: cookies/forms authentication
    ... > Currently I manage user login for our intranet through session variables. ... > for EDI purposes and can't accept cookies. ... Still use forms authentication but the ... > As of now there are only 3 individuals who's browsers wont accept cookies. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Newbie question-- Perl pw authentication without pop-up prompt
    ... forgive me if this is the worng group ... This newsgroup does not exist. ... content but want to hook in to the authentication phase. ... After all this is precisely why cookies exist. ...
    (comp.lang.perl)
  • Re: how to pass authorization to another application
    ... The host application will authenticate the user, ... Your browser will not send authentication information from one server to another. ... Cookies are the same way - the browser will not under normal conditions pass a cookie meant for one host on to another. ...
    (comp.lang.php)
  • [.NET 1.1] Authentication and cookies clarifications
    ... I'm testing ASP.NET 1.1 authentications and cookies features, and I've red tons of tutorials and articles about this, but not all is clear for me. ... My goal is to create a basic site with authentication process, like my other ASP 3.0 sites that I developed with classical session variables to follow each user with some personal data. ... In .NET 1.1 I understand the basic web.config settings with <authentication> node and and so on... ... I've tested the global.asax "onauthenticationrequest" to cast an identities to principal for use "isInRole" properties, but this hint not solve the problem of save in temporary memory some other data for not access to database everytime, also I want to use a database table for storing my users data, also their role in this application. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Forms based security without cookies?
    ... original post that FormsBased authentication as written by MS HAS TO HAVE ... If you can't use cookies, you have to write your own. ... >> on the client machine? ... Forms based security looks like a perfect fit ...
    (microsoft.public.dotnet.framework.aspnet.security)