Re: is the HTTPCONTEXT.current.user content encrypted with session state??
From: Scott Allen (scott_at_nospam.OdeToCode.com)
Date: 01/19/05
- Next message: MROPARTNER_at_comcast.net: "Re: Fill a form field using ASP ??"
- Previous message: Scott Allen: "Re: Time based script - webservice"
- In reply to: Kevin Yu: "is the HTTPCONTEXT.current.user content encrypted with session state??"
- Next in thread: Kevin Yu: "Re: is the HTTPCONTEXT.current.user content encrypted with session state??"
- Reply: Kevin Yu: "Re: is the HTTPCONTEXT.current.user content encrypted with session state??"
- Reply: Kevin Yu: "Re: is the HTTPCONTEXT.current.user content encrypted with session state??"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 Jan 2005 09:02:20 -0800
Session state is not sent to the client - only a cookie is sent to the client
with a session identifier. The server can examine the ID in the cookie and
look up the session state when a request arrives.
-- Scott http://www.OdeToCode.com/blogs/scott/ > hi all > > I use a custom windows principal to the httpcontext.current.user in a > windows authenitcation asp.net app. There are other objects added to > the > principal. during the > WindowsAuthentication_OnAuthenticate() call, the principal will be > load > rights for the current user alone with the roles. now I wonder if the > USER > object be encrypted and send to the client? > what I my concern is when the roles and rights become large, it will > effect the performance. >
- Next message: MROPARTNER_at_comcast.net: "Re: Fill a form field using ASP ??"
- Previous message: Scott Allen: "Re: Time based script - webservice"
- In reply to: Kevin Yu: "is the HTTPCONTEXT.current.user content encrypted with session state??"
- Next in thread: Kevin Yu: "Re: is the HTTPCONTEXT.current.user content encrypted with session state??"
- Reply: Kevin Yu: "Re: is the HTTPCONTEXT.current.user content encrypted with session state??"
- Reply: Kevin Yu: "Re: is the HTTPCONTEXT.current.user content encrypted with session state??"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|