Updated: 24/07/2003; 1:03:53 AM.
stevex's stuff
Some code, some writing about code. Some writing not about code.
        

June 27, 2003

I've been having a problem with Forms Authentication in ASP.NET, and was having a really tough time tracking it down.  I finally found it, mostly through trial and error.

Apparently, in web.config, the cookie path is case sensitive. 

I had "/MyPath" as the <forms> name attribute, and this was causing an endless redirect loop - changing it to "/mypath" makes it work perfectly. 

I wonder where the all-lower-case version of "/mypath" is that the forms tag has to match?


8:33:24 AM    comment []

© Copyright 2003 Steve Tibbett.
 

June 2003
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
May   Jul


Other sites by me:
Linky
The Restaurant Thing
Syndicache
MapX
Misc Writings


Powered by Radio
Click to see the XML version of this web page.