In the default scenario, the ASP. NET Framework will appear as follows
[Email protected] ~]# curl-i http://127.0.0.1HTTP/1.1 okserver:vws/1.0date:sun, Sep 00:58:56 gmtcontent-le Ngth:0connection:keep-alivecache-control:privateset-cookie:asp.net_sessionid=djoozwy53q55gjol5cizjsoo; path=/; HttpOnly
That way you know it's used. NET development, we now modify the header name by modifying the Web. config file
<system.web> <sessionstate cookiename= "Sessid"/></system.web>
So you can
[Email protected] ~]# curl-i http://127.0.0.1HTTP/1.1 okserver:vws/1.0date:sun, Sep 01:19:55 gmtcontent-le NGTH:0CONNECTION:KEEP-ALIVECACHE-CONTROL:PRIVATESET-COOKIE:SESSID=EZNYGDVLH1EWWUK4WFDG5OGK; path=/; HttpOnly
This article is from "Maple Night" blog, please be sure to keep this source http://fengwan.blog.51cto.com/508652/1964058
Asp. NET Modify Asp.net_sessionid head Hide development language