|
Home > Archive > User Profile Management > July 2004 > Need Help...Urgent...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Need Help...Urgent...
|
|
| Suresh 2004-06-20, 11:05 pm |
| Hello,
i am checking the logon user using CommerceContext.Current.AuthenticationInfo.IsAuthenticated() method in all pages. But, After user login, this method is returning true in some machines and false in some others machines. I checked it in IE6.0 which are
having cookies support.
i am using the following code to set the authentication ticket in the login page.
authInfo.SetAuthTicket(userID, true, 200);
//Create the profile ticket.
authInfo.SetProfileTicket(userID, true);
please Help me....
Regards,
suresh
| |
| Madhur Joshi 2004-06-28, 7:29 pm |
| Hi Suresh,
Can you provide some additional information to help troubleshoot your
issue?
What version of Commerce Server are you using?
What Service Pack do you have installed on the machine?
There was an AuthTicket related issue for ASP.NET sites that was addressed
in Service Pack 3 of Commerce Server 2002. Do you have SP3 installed?
By true on some machines and false on others are you referring to Server
machines or clients? If you have multiples servers, are they all on the
same service pack level?
Thanks,
madhur
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
© 2004 Microsoft Corporation. All rights reserved.
--------------------
Thread-Topic: Need Help...Urgent...
thread-index: AcRUKr2IdZHdyBIrSBeGdc70ViudYA==
X-WBNR-Posting-Host: 196.12.47.130
From: =?Utf-8?B?U3VyZXNo?= <Suresh@discussions.microsoft.com>
Subject: Need Help...Urgent...
Date: Wed, 16 Jun 2004 22:20:01 -0700
Lines: 14
Message-ID: <9EEDB4D9-853A-4147-BDDA-03899F115970@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.userprofilemgt
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA
03.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.commerceserver.userprofilemgt:2999
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
Hello,
i am checking the logon user using
CommerceContext.Current.AuthenticationInfo.IsAuthenticated() method in all
pages. But, After user login, this method is returning true in some
machines and false in some others machines. I checked it in IE6.0 which
are having cookies support.
i am using the following code to set the authentication ticket in the login
page.
authInfo.SetAuthTicket(userID, true, 200);
//Create the profile ticket.
authInfo.SetProfileTicket(userID, true);
please Help me....
Regards,
suresh
| |
| Suresh 2004-06-30, 3:30 am |
|
"Madhur Joshi (MSFT)" wrote:
> Hi Suresh,
>
> Can you provide some additional information to help troubleshoot your
> issue?
> What version of Commerce Server are you using?
> What Service Pack do you have installed on the machine?
> There was an AuthTicket related issue for ASP.NET sites that was addressed
> in Service Pack 3 of Commerce Server 2002. Do you have SP3 installed?
>
> By true on some machines and false on others are you referring to Server
> machines or clients? If you have multiples servers, are they all on the
> same service pack level?
>
> Thanks,
>
> madhur
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use.
> © 2004 Microsoft Corporation. All rights reserved.
> --------------------
> Thread-Topic: Need Help...Urgent...
> thread-index: AcRUKr2IdZHdyBIrSBeGdc70ViudYA==
> X-WBNR-Posting-Host: 196.12.47.130
> From: =?Utf-8?B?U3VyZXNo?= <Suresh@discussions.microsoft.com>
> Subject: Need Help...Urgent...
> Date: Wed, 16 Jun 2004 22:20:01 -0700
> Lines: 14
> Message-ID: <9EEDB4D9-853A-4147-BDDA-03899F115970@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.userprofilemgt
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
> Path:
> cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA
> 03.phx.gbl
> Xref: cpmsftngxa10.phx.gbl
> microsoft.public.commerceserver.userprofilemgt:2999
> X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
>
> Hello,
>
> i am checking the logon user using
> CommerceContext.Current.AuthenticationInfo.IsAuthenticated() method in all
> pages. But, After user login, this method is returning true in some
> machines and false in some others machines. I checked it in IE6.0 which
> are having cookies support.
>
> i am using the following code to set the authentication ticket in the login
> page.
>
> authInfo.SetAuthTicket(userID, true, 200);
> //Create the profile ticket.
> authInfo.SetProfileTicket(userID, true);
>
> please Help me....
>
> Regards,
> suresh
>
| |
| Suresh 2004-06-30, 3:30 am |
| Hi Madhur,
Good to see your reply, I have installed CommerceServer2002 with SP2 with FP1(Feature Pack1). and Windows 2000 environment. As per microsoft recommendations if you have FP1 then you don't require SP3, do let me know your feedback.
Thanx & Rgs
Suresh
"Madhur Joshi (MSFT)" wrote:
> Hi Suresh,
>
> Can you provide some additional information to help troubleshoot your
> issue?
> What version of Commerce Server are you using?
> What Service Pack do you have installed on the machine?
> There was an AuthTicket related issue for ASP.NET sites that was addressed
> in Service Pack 3 of Commerce Server 2002. Do you have SP3 installed?
>
> By true on some machines and false on others are you referring to Server
> machines or clients? If you have multiples servers, are they all on the
> same service pack level?
>
> Thanks,
>
> madhur
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use.
> © 2004 Microsoft Corporation. All rights reserved.
> --------------------
> Thread-Topic: Need Help...Urgent...
> thread-index: AcRUKr2IdZHdyBIrSBeGdc70ViudYA==
> X-WBNR-Posting-Host: 196.12.47.130
> From: =?Utf-8?B?U3VyZXNo?= <Suresh@discussions.microsoft.com>
> Subject: Need Help...Urgent...
> Date: Wed, 16 Jun 2004 22:20:01 -0700
> Lines: 14
> Message-ID: <9EEDB4D9-853A-4147-BDDA-03899F115970@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.userprofilemgt
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
> Path:
> cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA
> 03.phx.gbl
> Xref: cpmsftngxa10.phx.gbl
> microsoft.public.commerceserver.userprofilemgt:2999
> X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
>
> Hello,
>
> i am checking the logon user using
> CommerceContext.Current.AuthenticationInfo.IsAuthenticated() method in all
> pages. But, After user login, this method is returning true in some
> machines and false in some others machines. I checked it in IE6.0 which
> are having cookies support.
>
> i am using the following code to set the authentication ticket in the login
> page.
>
> authInfo.SetAuthTicket(userID, true, 200);
> //Create the profile ticket.
> authInfo.SetProfileTicket(userID, true);
>
> please Help me....
>
> Regards,
> suresh
>
| |
| Madhur Joshi 2004-07-09, 3:21 pm |
| Hi Suresh,
You are right about the fact that if you have FP1 you dont need SP3.
However, you didnt answer the second part of my question:
By true on some machines and false on others are you referring to Server
machines or clients? If you have multiples servers, are they all on the
same service pack level?
Thanks,
madhur
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
© 2004 Microsoft Corporation. All rights reserved.
--------------------
Thread-Topic: Need Help...Urgent...
Hi Madhur,
Good to see your reply, I have installed CommerceServer2002 with SP2 with
FP1(Feature Pack1). and Windows 2000 environment. As per microsoft
recommendations if you have FP1 then you don't require SP3, do let me know
your feedback.
Thanx & Rgs
Suresh
"Madhur Joshi (MSFT)" wrote:
> Hi Suresh,
>
> Can you provide some additional information to help troubleshoot your
> issue?
> What version of Commerce Server are you using?
> What Service Pack do you have installed on the machine?
> There was an AuthTicket related issue for ASP.NET sites that was
addressed
> in Service Pack 3 of Commerce Server 2002. Do you have SP3 installed?
>
> By true on some machines and false on others are you referring to Server
> machines or clients? If you have multiples servers, are they all on the
> same service pack level?
>
> Thanks,
>
> madhur
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use.
> © 2004 Microsoft Corporation. All rights reserved.
> --------------------
> Thread-Topic: Need Help...Urgent...
>
> Hello,
>
> i am checking the logon user using
> CommerceContext.Current.AuthenticationInfo.IsAuthenticated() method in
all
> pages. But, After user login, this method is returning true in some
> machines and false in some others machines. I checked it in IE6.0 which
> are having cookies support.
>
> i am using the following code to set the authentication ticket in the
login
> page.
>
> authInfo.SetAuthTicket(userID, true, 200);
> //Create the profile ticket.
> authInfo.SetProfileTicket(userID, true);
>
> please Help me....
>
> Regards,
> suresh
>
|
|
|
|
|