473,804 Members | 3,030 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Request.IsAuthe nticated vs. Identity.IsAuth enticated

Bob
Seems either of these can be used to check whether a request is
authenticated or not:

Request.IsAuthe nticated
HttpContext.Cur rent.User.Ident ity.IsAuthentic ated

Are these always in sync? in other words, the values returned from these
two properties are always the same in any scenarios?

Thanks
Bob
Nov 18 '05 #1
1 8749

Check out this:

http://www.dotnet247.com/247referenc...22/114539.aspx

--
Joe Fallon

" Bob" <bo*******@yaho o.com> wrote in message
news:eC******** *****@TK2MSFTNG P11.phx.gbl...
Seems either of these can be used to check whether a request is
authenticated or not:

Request.IsAuthe nticated
HttpContext.Cur rent.User.Ident ity.IsAuthentic ated

Are these always in sync? in other words, the values returned from these
two properties are always the same in any scenarios?

Thanks
Bob

Nov 18 '05 #2

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

Similar topics

0
1006
by: Nick | last post by:
I have two seperated asp.net projects - project1 (\inetpub\wwwroot\project1) and subproject (\inetpub\wwwroot\project1\subproject). They share authenticating code in \inetpub\wwwroot\project1\global.asax.vb. and using "Forms", however, the request.isauthenticated always turns to false after authenticated in project1 and redirecting url from http://localhost/project1/*.aspx to http://localhost/project1/subproject/*.aspx.
0
1217
by: Nick | last post by:
How to make two asp.net projects share request.isAuthenticated? Thanks
3
11703
by: hn | last post by:
I would like to get the visitor's ip address. Which one is the appropriate one to use: Request.ServerVariables("REMOTE_ADDR") or Request.UserHostAddress? Thanks in advance.
1
1021
by: Rulin Hong | last post by:
In other words, can I use Request.IsAuthenticated in callback function to check if user is authenticated or not? Thanks in advance.
2
3901
by: paul | last post by:
Hi, Quick question - does HttpContext.Current.User.Identity.IsAuthenticated perform a hit on the database if using forms authentication? Just wondering if I should perform this once when a user logs into my site then store in a session as to not repeatidly hit the database as the user navigates around my site. Thanks v much,
0
1276
by: dotnettester | last post by:
Hi, I am working on an application and want to set a cookie so that on a page when I check 'Request.IsAuthenticated', it would give me the correct value. How can I set the Authentication cookie? I tried... FormsAuthentication.SetAuthCookie("myUserName", false); after the user has successfully been authenticated, but it doesn't work.
2
4912
by: Zulander | last post by:
Hi, For some reason my session are expireing when the web browser closes and User.Identity.IsAuthenticated is truning true, I have a webcrontrol from login: Protected Sub Login1_LoggedIn(ByVal sender As Object, ByVal e As System.EventArgs) Handles Login1.LoggedIn Dim UserTicket As FormsAuthenticationTicket = New FormsAuthenticationTicket(1, Login1.UserName, DateAndTime.Now, DateAndTime.Now.AddSeconds(1), False, "WebUser",...
5
3736
by: .Net Sports | last post by:
I'm trying to insert records into an sql database coming from a page using the request ..form method. The table "general" has a primary key 'geid .' I get the following error: Cannot insert the value NULL into column 'geid', table 'general'; column does not allow nulls. INSERT fails. ....not sure how to include the 'geid' field into the scheme.
3
5007
by: dihola | last post by:
Hi, I have a website running in IIS7 and it seems to be creating a new session for every request I make. The values I store in Session are lost with every request. This is the forms bit in my web.config: <authentication mode="Forms"> <forms name=".ReMaCRM" loginUrl="~/Login.aspx" defaultUrl="~/Default.aspx" cookieless="AutoDetect" domain="" timeout="10" protection="All" /> </authentication>
0
9579
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10571
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10326
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10075
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9143
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5520
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4295
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 we have to send another system
2
3815
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.