|
Home > Archive > Commerce Server General > September 2005 > problem with AuthTicket
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 |
problem with AuthTicket
|
|
|
|
| Colin Bowern 2005-09-27, 5:53 pm |
| Hi Arik,
Grab a copy of Fiddler (www.fiddlertool.com) and see if the MSCS auth ticket
is being passed to and from the client.
Cheers,
Colin
> Hi all,
>
> I have a problem with AuthTicket.
>
> If i set AuthTicket in my site on a page
>
> http://mySite.com/Site/login.aspx
>
> and then check if i'm authenticated using the
> AuthManager.IsAuthenticated
> in a page
> http://mySite.com/SITE/check.aspx
> then the result will be false
>
> if i'll check for authentication in
> http://mySite.com/Site/check.aspx
> then the result will be true.
> is this normal behaivour (case sensetive on application name)
>
> Thanks
> arik
| |
|
| Thanks Colin,
The cookie does pass with the client but because there is a difference in
site name or application name (case sensetive diffrence) then the AuthManager
does not know about the cookie.
It is a problem.
arik
"Colin Bowern" wrote:
> Hi Arik,
>
> Grab a copy of Fiddler (www.fiddlertool.com) and see if the MSCS auth ticket
> is being passed to and from the client.
>
> Cheers,
> Colin
>
>
>
>
| |
| Colin Bowern 2005-09-28, 6:00 pm |
| Hi Arik,
That's interesting. I can confirm that is the case as I can replicate it
on my environment as well. URLs in my experience generally should not be
case sensitive. Have you considered opening a PSS case for this?
Cheers,
Colin
[vbcol=seagreen]
> Thanks Colin,
>
> The cookie does pass with the client but because there is a difference
> in
> site name or application name (case sensetive diffrence) then the
> AuthManager
> does not know about the cookie.
> It is a problem.
> arik
>
> "Colin Bowern" wrote:
>
| |
|
| Hi Colin,
i'll try to open a case on it and let you know the result .
Don't you have connection in Microsoft ?
"Colin Bowern" wrote:
> Hi Arik,
>
> That's interesting. I can confirm that is the case as I can replicate it
> on my environment as well. URLs in my experience generally should not be
> case sensitive. Have you considered opening a PSS case for this?
>
> Cheers,
> Colin
>
>
>
>
|
|
|
|
|