Questions tagged [.aspxauth]

Cookie generated by remote server that identifies the user and allows authentication to the server. The contents of the cookie is signed and encrypted.

Cookie generated by remote server that identifies the user and allows authentication to the server. The contents of the cookie is signed and encrypted.

More: what is ASPXAUTH cookie?

64 questions
0
votes
1 answer

Is there something different about .net 4 that makes .ASPXAUTH cookie disappear?

I am experiencing pretty much identical behavior to ASP.NET MVC 4 cookie disappears . To confirm that it is .net 4 I created a new, empty .net 4 web application that uses Forms authentication. (I have several .net 3.5 sites that use the same Forms…
GolfARama
  • 787
  • 6
  • 8
0
votes
1 answer

firefox .aspxauth cookie not working

I'm working with .net and when i do forms authentication and set the cookie (.aspxauth) domain ".domain.com" it works in all browsers except FireFox (v11). the cookie is successfully saved and is validated for subdomain.domain.com but for some…
robert
  • 1,523
  • 5
  • 19
  • 27
-2
votes
1 answer

whats the difference between those links?

link 1 = https://website.com/ %D7%9C%D7%99%D7%9E%D7%95%D7%93%D7%99%D7%9D link 2 = https://website.com/q.aspx?q= %D7%9C%D7%99%D7%9E%D7%95%D7%93%D7%99%D7%9D whats the difference and how they work, please. and if you familiar with it let me know. PM…
-2
votes
2 answers

call a method from .aspx .cs to .aspx

Possible Duplicate: Asp.net codebehind from javascript? Expert.please give me an example for calling a function (method)inside .aspx page which is written in .aspx.cs page .please use javascript for calling that function..give me full code then…
AnnRose
  • 1
  • 1
  • 1
  • 3
1 2 3 4
5