Re: Web application security w getstring

2002-06-13 Thread Mitchell Stoltz
Those long query strings can serve both purposes - security and customization. They do roughly the same thing as cookies, although each has its advantages and disadvantages. -Mitch Justin wrote: > I'm a newbie to web app security. Are URLs you see with long querystrings, > for securit

Re: Web application security w getstring

2002-06-13 Thread Ben Bucksch
lists some problems to consider. Mitchell Stoltz wrote: > Those long query strings can serve both purposes - security and > customization. They do roughly the same thing as cookies, although > each h