쿠키 사용
public void CookieWrite(string key, string value) { if (String.IsNullOrEmpty(value) == true) { this.CookieDelete(key); return; } HttpCookie c = Request.Cookies["UserSettings"]; if (c == null) c = new HttpCookie("UserSettings"); c.Values[key] = value; c.Expires = DateTime.Now.AddMonths(1); c.Path = "/"; Response.Cookies.Add(c); } public void CookieDelete(string key) { HttpCookie c = Request.Cooki..
WEB TIP/C# ,ASP.NET
2011. 12. 10. 14:32
공지사항
- Total
- 150,761
- Today
- 6
- Yesterday
- 16
링크
TAG
- 오라클
- c#
- MS-SQL
- oracle
- 문자열 분리
- SEQUENCE
- 인덱스
- ADO
- jquery
- gitignore
- 암호화
- SQL
- IIS
- pang caching
- case
- Windows2003
- 숙취
- Convert
- index
- asp
- UTF-8
- HttpCookie
- ASP.NET
- .NET Core
- injection
- 영어
- Git
- 폰트색상
- Visual Stuiod Team Services
- offline application cache