473,508 Members | 2,267 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Session for Form Auth?

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.

Thanks.
Nov 18 '05 #1
8 1166
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

"localhost" <pr*******@cohort.ces> wrote in message
news:rq********************************@4ax.com...
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.

Thanks.

---
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
Nov 18 '05 #2
ASP.NET support cookies-less session, it automatic append session ID as a query parameter in every query string.

Tiendq,
ti**@tienonsoftware.com

"localhost" <pr*******@cohort.ces> wrote in message news:rq********************************@4ax.com...
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.

Thanks.

Nov 18 '05 #3
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.)

Nov 18 '05 #4
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)
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:%2****************@cpmsftngxa07.phx.gbl...
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.)

---
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
Nov 18 '05 #5
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)
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:%2****************@cpmsftngxa07.phx.gbl...
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.)

---
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
Nov 18 '05 #6
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.)

Nov 18 '05 #7
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)
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:qY**************@cpmsftngxa07.phx.gbl...
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.)

---
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
Nov 18 '05 #8
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)
"localhost" <pr*******@cohort.ces> wrote in message
news:rq********************************@4ax.com...
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.

Thanks.

---
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
Nov 18 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
47070
by: Ricki Susic | last post by:
Hi, When I run this script: <?php session_start(); $_SESSION = "Session er smart"; echo $_SESSION; ?>
27
7085
by: mrbog | last post by:
Tell me if my assertion is wrong here: The only way to prevent session hijacking is to NEVER store authentication information (such as name/password) in the session. Well, to never authenticate...
3
2306
by: BlueFrog | last post by:
Hey, Anyone got any ideas why I wouldn't be able to output a value stored in the session array in a particular include file - I am using session_start() but to no avail. Joe
3
3258
by: neilphan | last post by:
Hi Guys, Please HELP! I'm new to PHP and would like to get your professional help! I"m writing simple and small login app using php session variable. I have 3 php scripts. The first is just a...
14
3202
by: Paul Yanzick | last post by:
Hello, I am trying to develop a book tracking application for my capstone in school, and am running into a problem. The application is an ASP.Net application written in C#. The first page you...
2
1649
by: mircu | last post by:
Hi, I need a quick solution to make my application behave correctly when one of these timeouts occurs. I have some logic in session_start but when the authentication cookie timeouts the user is...
4
2245
by: awebguynow | last post by:
My Auth code works locally but not on my host, and I'm debugging it to find out, why not. Except where noted, I'll be referring to my webhost's configuration. I'm using a .htaccess "AddHandler"...
6
8339
by: Vyoma | last post by:
This is quite a bit of problem I am facing, and I cannot point exactly where I am going wrong. I have been lurking around at several forums with regard to login and user authentication scripts and...
3
4323
by: =?Utf-8?B?RHVrZSAoQU4yNDcp?= | last post by:
The majority of pages on our site need authentication (forms auth against the aspnetdb database). I created an '~/auth' folder with its own config file forcing authentication for any pages in the...
9
7777
by: Josh | last post by:
I run a Joomla website and am familiar with php in some but not all aspects. Currently I am trying to find some solutions related to session handling. Am I correct in saying that "login" is kept...
0
7120
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7323
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7380
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7039
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7494
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5626
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4706
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1553
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
415
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.