Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > custom Asp.Net 2 Forms Authentication question

Reply
Thread Tools

custom Asp.Net 2 Forms Authentication question

 
 
Al
Guest
Posts: n/a
 
      09-08-2005
Hello everybody,
I need to create custom forms authentification using SqlMembershipProvider.
I want to place authentication ticket into query string (or use sessionID in
query string instead ticket).
How can I do this?

 
Reply With Quote
 
 
 
 
Dominick Baier [DevelopMentor]
Guest
Posts: n/a
 
      09-08-2005
Hello Al,

from a security standpoint i don't like that - but asp2 already has this
feature. It is configured in the <forms> element in web.config.

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

> Hello everybody,
> I need to create custom forms authentification using
> SqlMembershipProvider.
> I want to place authentication ticket into query string (or use
> sessionID in
> query string instead ticket).
> How can I do this?




 
Reply With Quote
 
 
 
 
Al
Guest
Posts: n/a
 
      09-08-2005
Yes, I understand, this is not always good, but I need this possibility.
Asp.net 2 has this in the URL's path, but not in query string.
How can I do this for query string?

"Dominick Baier [DevelopMentor]" wrote:

> Hello Al,
>
> from a security standpoint i don't like that - but asp2 already has this
> feature. It is configured in the <forms> element in web.config.
>
> ---------------------------------------
> Dominick Baier - DevelopMentor
> http://www.leastprivilege.com
>
> > Hello everybody,
> > I need to create custom forms authentification using
> > SqlMembershipProvider.
> > I want to place authentication ticket into query string (or use
> > sessionID in
> > query string instead ticket).
> > How can I do this?

>
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best practices for using forms authentication and security in a hosted env (was: Re: Using a Forms authentication in a shared hosting environment) JEFF ASP .Net 1 11-12-2007 07:00 PM
forms authentication -- expired forms cookie vs. not provided forms cookie Eric ASP .Net Security 2 01-27-2006 10:09 PM
Forms authentication - Multiple login forms based on directory acc Keltex ASP .Net Security 1 01-24-2006 03:06 PM
Forms Authentication question: How to have some pages open and some requiring forms authentication Eric ASP .Net 2 02-13-2004 02:14 PM
Forms Authentication, external authentication server, & rerouting to orig. req. URL Andrew Connell ASP .Net 1 10-21-2003 05:41 PM



Advertisments