Microsoft using PHP instead of ASP.NET ?
- by Quandary
Question: I was just browsing
http://msdn.microsoft.com/en-us/library/ms190447.aspx?PHPSESSID=tn8k5p1s508cop8gr43e1f34d2
for information about how to restore a database to a new location
The interesting part is (my question has nothing to do with databases), why is there a PHP-Session-ID (PHPSESSID) parameter in the ULR if the extension is aspx?
Unless one would reroute .aspx to .php ?