RE: Maintaining CGI.HTTP_REFERER

2005-10-18 Thread Aldon
Thanks Justin! -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 1:26 PM To: CF-Talk Subject: RE: Maintaining CGI.HTTP_REFERER > I need to maintain the url of the referer if the > current page is reloaded seral times. Whats the

RE: Maintaining CGI.HTTP_REFERER

2005-10-18 Thread Justin D. Scott
> I need to maintain the url of the referer if the > current page is reloaded seral times. Whats the > best method of acheiving this? You could toss the value into a session variable, a cookie, a database, a structure in an application variable... There are a lot of options for keeping a value ar