Authentication ticket, cookieless, forms authentication?

Posted: 10-01-2003, 12:23 AM
Hi.

I want to use Forms Authentication, cookieless.

The issue is setting the Authentication Ticket without using cookies (!)

That is, the authentication ticket (cookie) will not be a cookie but passed
around in the URL.

I know there are some resources relating to setting th eAuthentication
Ticket in a cookieless way, eg
http://support.microsoft.com/default...bLN%5d;Q311568 and
http://msdn.microsoft.com/library/de...plications.asp
but none of these seem really satisfactory since they rely completely on the
mobile internet toolkit.

One can also bypass the MS user/identity/principal framework (eg
http://www.codeproject.com/aspnet/cookieless.asp), and use Session
variable(s) instead to 'roll your own' login/authentication framework using
session variables and Global_AcquireRequestState in Glabal.asax (I would
extend this to do roles as well).

I want to know how to do the ASP.NET way of authentication (eg
http://www.eggheadcafe.com/articles/20020906.asp), except in cookieless
mode.

But I don't feel I have found the right/best way to do cookieless forms
authentication. It's looking like doing it the
http://www.codeproject.com/aspnet/cookieless.asp Session variable way is the
best bet for me at the moment.

Any ideas / suggestions?

Lauchlan M


Reply With Quote

Responses to "Authentication ticket, cookieless, forms authentication?"

 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms Authentication Gustavo Mateus ASP.NET Security 24 01-11-2005 12:09 PM
Forms Authentication and SSL Marco Roello ASP.NET Security 4 10-23-2003 11:05 AM
Forms authentication with Windows authentication Dadi ASP.NET Security 2 09-16-2003 04:47 AM
Custom Authentication Ticket Mike Viglianco ASP.NET Security 0 07-08-2003 04:18 PM
Forms Authentication & Frames Charles Rumbold ASP.NET General 0 07-02-2003 03:17 PM