Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Joe Science #1
Hiding RecordID from the Browsers URL... Help!!
I am passing the RecordID after the user has logged in with email address and
password. When modifiying their profile the RecordID is passed and displayed
in the browsers URL. How can I prevent the RecordID from displaying so that
the user cannot modify the record by just typing in a different RecordID in the
Browser's URL.
Joe Science Guest
-
browsers
Hi there, I was just wondering, if someone knew where you could get older versions of browsers, for Internet explorer ( like 5.5), firefox,... -
Reset numeric db record to zero (not RecordID)
Greetings - What is the proper method for resetting a numeric field in a database? I have the process down for incrementing the value by one, but... -
Web Browsers
Hey Ho I need to create a (on the Client Side) System independent Web Application. This should work with any Browser available. Which... -
ASP.NET with other Browsers.
The results are hit and miss. You should always test with the browsers you've decided to support. If you run into glitches there are pretty much... -
CSS and Various Browsers
No, Netscape 4.7 doesn't support CSS very well. It usually requires lots of extra effort to keep things looking decent in that browser,... -
gclausen #2
Re: Hiding RecordID from the Browsers URL... Help!!
Use Session Variables instead of passing data in the URL.
gclausen Guest
-
dempster #3
Re: Hiding RecordID from the Browsers URL... Help!!
If you want to pass the recordID through the URL, you might also pass an
additional parameter such as the first two or three letters of the email
address. Then when you go to display the record, you pull it up by recordID and
then make sure the additional parameter matches the appropriate field before
displaying. This limits random browsing of records.
-Paul
dempster Guest
-
jjsand28 #4
Re: Hiding RecordID from the Browsers URL... Help!!
You could also try using a hidden field in a form. and referencing that in your processing page.
jjsand28 Guest



Reply With Quote

