Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / General / June 2005

Tip: Looking for answers? Try searching our database.

Authentication Cookies

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
droob - 14 Mar 2005 16:07 GMT
I was wondering if anyone knows how to authenticate a user on one server and
receive a cookie so if the user browses to another server in the group can
authenticate with that cookie.
Signature

droob&@

Andrew D. Newbould - 06 Apr 2005 15:46 GMT
>I was wondering if anyone knows how to authenticate a user on one server and
>receive a cookie so if the user browses to another server in the group can
>authenticate with that cookie.

Very little info here to even start to help ...

If you are on about running an ASP or ASP.Net application in a Clustered
Server environment then each request a client makes through IE may not
be dealt with by the same server. The cookies generated by IIS for a
client Session are unique to each server within the Cluster. There are
several solutions to this scenario.

1.  Configure "Sticky IP's" on your clustered server array so only one
server deals with a single Client.

2.  Deal with Session and State management yourself by preserving the
data to another source. IOW persist your data to either a database (ie:
SQL Server) or a COM+ object. This single resource persists data for the
cluster however, each page will need to get the persisted data from this
single source before processing (ie: you can't use default Session
management).

If I am completely off track then sorry but as already stated above you
are not providing much information on what you are trying to do.
Signature

Andrew D. Newbould                  E-Mail:  newsgroups@NOSPAMzadsoft.com

ZAD Software Systems                Web   :  www.zadsoft.com

Fernando Moreno - 24 Jun 2005 15:33 GMT
HI,
Andrew what you mean when you said?
"Configure "Sticky IP's" on your clustered server array"
I have an scenario as follows:
An asp.Net with Authentication cookies
A cluster server (three host) (NLB) with

Multiple host as filtrering mode and Single Affinity and it doesn't work
(When cluster changes the host you're not longer authenticate)
Any suggestions?
Thanks in advance.

> >I was wondering if anyone knows how to authenticate a user on one server and
> >receive a cookie so if the user browses to another server in the group can
[quoted text clipped - 20 lines]
> If I am completely off track then sorry but as already stated above you
> are not providing much information on what you are trying to do.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.