Groups | Blog | Home
all groups > asp.net > january 2004 >

asp.net : Session for Form Auth?


localhost
1/29/2004 11:37:32 PM
Can sessions used be for Form Authentication instead of cookies? I am
thinking of using Forms Authentication for locked-down browsers that
do not allow cookies.

v-schang NO[at]SPAM online.microsoft.com
1/30/2004 10:06:05 AM
Hi,



Thanks for posting in the community!
From your description, you'd like to know whether it is possible to
implement cookieless FormsAuthentication in ASP.NET, yes?
If there is anything I misunderstood, please feel free to let me know.

I've viewed the messages in the thread and found that Amit has provided a
very cool tech article on this:
#Cookieless forms authentication
http://www.codeproject.com/aspnet/cookieless.asp

I believe that'll be helpful to you. Please check out the web link.



Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
.NET Follower
1/30/2004 11:08:58 AM
hi this is amit
this is a very good topic
and was going to post the same ?
i found a site
on this
http://www.developer.com/net/asp/article.php/2216431
http://www.codeproject.com/aspnet/cookieless.asp
we can carry on the discusions

amit
india

[quoted text, click to view]


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.573 / Virus Database: 363 - Release Date: 1/28/2004

Do Quyet Tien
1/30/2004 1:02:42 PM
ASP.NET support cookies-less session, it automatic append session ID as =
a query parameter in every query string.

Tiendq,
tien@tienonsoftware.com

[quoted text, click to view]
.NET Follower
1/30/2004 3:55:59 PM
hi,
steven
hv u tried out cookiless mode in real world apps
coz there r lot of issues related to it ...
specially forms authentication


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET)
[quoted text, click to view]


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.574 / Virus Database: 364 - Release Date: 1/29/2004

.NET Follower
1/30/2004 6:53:28 PM
hi,
if we use cookieless mode
then
at login
i do not use FormsAuth.setauthcookie method
or other methods which puts roles in to cookie
i just retrieve roles from DB.
then put them into session and just retieve
them from session in a method and attach it to the pricipal object
and can use the user.InRole method
withod dpending on cookie

what u people think
abt this


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET)
[quoted text, click to view]


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.574 / Virus Database: 364 - Release Date: 1/29/2004

v-schang NO[at]SPAM online.microsoft.com
2/3/2004 2:38:34 PM
Hi Localhost,


Have you had a chance to check out the suggestions in the former reply or
have you got any new ideas on this issue?
If you need any further assistance, please feel free to let me know.




Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
.NET Follower
2/4/2004 10:48:21 AM
hi,
steven
did u see my earlier post of using formsAuth without cookies

is the method right
how do feel
please reply



--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET)
[quoted text, click to view]


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004

.NET Follower
2/4/2004 10:50:19 AM
hi, localhost

hv u figured out how to use cookieless forms authentication...

please share ur experiences with us



--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET)
[quoted text, click to view]


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004

AddThis Social Bookmark Button