F5 Load Balancer- ASPXAuth Cookie

Posted by Emon on Stack Overflow See other posts from Stack Overflow or by Emon
Published on 2010-04-19T19:09:08Z Indexed on 2010/04/19 19:13 UTC
Read the original article Hit count: 525

Filed under:
|
|

Can somebody explain what ASPXAuth cookie does?

My website uses forms auth and I am trying to create a load balancer (hardware) rule which will keep track of sessions based on the aspxauth cookie. Is it safe assume that the value of the cookie is unique?

Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .aspxauth

  • Public ASPXAUTH cookie and security

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Due to a bug in Flash, I have to use the ASPXAuth cookie to log a user in on a page that a flash upload script calls after upload. See this page for more information: http://geekswithblogs.net/apopovsky/archive/2009/05/06/working-around-flash-cookie-bug-in-asp.net-mvc.aspx I have to make the ASPXAUTH… >>> More

  • F5 Load Balancer- ASPXAuth Cookie

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Can somebody explain what ASPXAuth cookie does? My website uses forms auth and I am trying to create a load balancer (hardware) rule which will keep track of sessions based on the aspxauth cookie. Is it safe assume that the value of the cookie is unique? Thanks. >>> More

  • Where is .ASPXAUTH cookie

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Hi In javascript alert(document.cookie); does not show the .ASPXAUTH Cookie although a sniffer is showing it, I need it because I have an AJAX Request to the server, the request should not take place when the user is already logged in, if I cannot check .ASPXAUTH for security reason, what I should… >>> More

  • vb.net .aspxauth

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I am working with a large site trying to implement web parts for particular users in a particular subdirectory but I can't get the .ASPXAUTH cookie to be recognized. I've read dozens of tutorials and MS class library pages that tell me how it should work to no avail. I am brand new to Web parts, so… >>> More

  • ASPXAUTH cookie is not being saved.

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Hi, Im working on a web project in ASP .NET MVC 2. In this project we store some info inside an ecripted cookie (the ASPXAUTH cookie) to avoid the need to query the db for every request. The thing is the code for this part has suddenly stopped working. I reviewed the changes made to the code on… >>> More