|
|
| C# - String handling - Get Session ID |
Drive Clone
|
public static string TheSessionId() {
HttpSessionState ss = HttpContext.Current.Session;
HttpContext.Current.Session["test"] = "test";
HttpContext.Current.Response.Write(ss.SessionID);
return "ok";
} |
| What does it do? |
|
no description given |
| |
| Features |
| Added by |
Added |
Downloads |
Rating |
Popularity |
rpgivpgmr |
6:33:16 AM Wednesday, July 2nd 2008 |
41 |
not rated |
                            |
| |
| |
| About the file |
| Size |
Download |
Rate It |
|
245 KB
|
 |
|
|
| Comments |
|
| |
| Add your comment |
|
|
| |
| Contacts |
Report Abuse |
|
| |
|
|