cancel
Showing results for 
Search instead for 
Did you mean: 

Not receiving MYSAPSSO2 ticket in Firefox

Former Member
0 Kudos

I am developing a .NET application that uses the ticket toolkit to determine the ID of a user that is accessing the program.

The application is running fine in IE but when I try and use it through firefox I don't seem to be receiving the MYSAPSSO2 login ticket.

ex. When I run the .NET app through IE I get the following cookies

? this.Request.Cookies.Count

11

? this.Request.Cookies[0].Name

"__utma"

? this.Request.Cookies[1].Name

"__utmz"

? this.Request.Cookies[2].Name

"SMSESSION"

? this.Request.Cookies[3].Name

"SMTRYNO"

? this.Request.Cookies[4].Name

"sapj2ee_*"

? this.Request.Cookies[5].Name

"__utmb"

? this.Request.Cookies[6].Name

"JSESSIONID"

? this.Request.Cookies[7].Name

"MYSAPSSO2"

? this.Request.Cookies[8].Name

"__utma"

? this.Request.Cookies[9].Name

"__utmz"

? this.Request.Cookies[10].Name

"ASP.NET_SessionId"

and when I run the same application through Firefox I get the following cookies:

? this.Request.Cookies.Count

7

? this.Request.Cookies[0].Name

"__utmb"

? this.Request.Cookies[1].Name

"__utma"

? this.Request.Cookies[2].Name

"__utmz"

? this.Request.Cookies[3].Name

"__utma"

? this.Request.Cookies[4].Name

"__utmz"

? this.Request.Cookies[5].Name

"JSESSIONID"

? this.Request.Cookies[6].Name

"ASP.NET_SessionId"

Anyone run into similar issues?

-Sheldon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sheldon,

You will solve this problem?