| Author |
Message |
arik
Guest
|
Posted:
Tue Sep 27, 2005 12:51 pm Post subject:
problem with AuthTicket |
|
|
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 |
|
| Back to top |
|
 |
Colin Bowern
Guest
|
Posted:
Tue Sep 27, 2005 4:51 pm Post subject:
Re: problem with AuthTicket |
|
|
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
|
|
| Back to top |
|
 |
arik
Guest
|
Posted:
Wed Sep 28, 2005 12:50 pm Post subject:
Re: problem with AuthTicket |
|
|
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:
| Quote: | 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
|
|
|
| Back to top |
|
 |
Colin Bowern
Guest
|
Posted:
Wed Sep 28, 2005 4:51 pm Post subject:
Re: problem with AuthTicket |
|
|
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
| Quote: | 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
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
ari |
|
|
| Back to top |
|
 |
arik
Guest
|
Posted:
Thu Sep 29, 2005 8:51 am Post subject:
Re: problem with AuthTicket |
|
|
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:
| Quote: | 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
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
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
|
|
|
| Back to top |
|
 |
|
|
|
|