[thelist] screen savers

Scott Dexter sgd at ti3.com
Thu Nov 16 18:09:33 CST 2000


> -----Original Message-----
> From: jmerriam [mailto:jmerriam at achilles.net]
> what are you ...  list god?
> 
> would it take any longer to answer the question?
> 

Please, off topic posts (and threads) need tips. Please include a tip. Thank
you.

<tip type="setting a cookie in ASP.NET (formerly ASP+)>
//To set
	HttpCookie cookie;
	String UserID = "foo";
	cookie = new HttpCookie("UserID");
	cookie.Values.Add("UserID", UserID);
	Response.Cookies.Add(cookie);

//To read
	HttpCookie cookie;
	cookie = Request.Cookies["UserID"];
	String UserID = cookie.Value;
</tip>

rules are rules, kids. Play nice--
sgd
--
work: http://www.ti3.com/
non: http://thinksafely.org/





More information about the thelist mailing list