tantric
08-08-2006, 09:33 PM
my overall project is to create a tool for adding and editing data in a MySQL dB using CGI. since it involves lots of flipping around pages, and that some of the "cookies" (which are not cookies, in actuallity) are very large, i ended up using Monger Persist, which i rather like.
the down side is that this module stores info under a kind of username-alias, which can be retrieved by any cgi page that knows that user name. but, what if i don't want the user entering his alias on every page? i still end up with one cookie, one bit of data that has to be passed around from page to page. is there some method of "tossing cookies" that really works for heavy page flipping?
thanks
the down side is that this module stores info under a kind of username-alias, which can be retrieved by any cgi page that knows that user name. but, what if i don't want the user entering his alias on every page? i still end up with one cookie, one bit of data that has to be passed around from page to page. is there some method of "tossing cookies" that really works for heavy page flipping?
thanks