RE: Re[2]: Preventing user from going back

2002-05-31 Thread Rick Walters
PROTECTED] http://www.sheriff.org -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 3:54 PM To: CF-Talk Subject: RE: Re[2]: Preventing user from going back The only way I have seen to do this, and it was mentioned by someone earlier

RE: Re[2]: Preventing user from going back

2002-05-31 Thread Chris Lofback
=Mon, 26 Jul 1997 05:00:00 GMT -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 10:22 AM To: CF-Talk Subject: RE: Re[2]: Preventing user from going back If the question has turned into: can you secure an application on the client side? the answer

RE: Re[2]: Preventing user from going back

2002-05-31 Thread Chris Lofback
, 2002 10:50 AM To: CF-Talk Subject: RE: Re[2]: Preventing user from going back What I've done to try to prevent this is use CFHEADER to tell the browser not to cache. I made the following code into a Custom Tag and call it from my app_layout.cfm (Fusebox). This should force each page to reload

Preventing user from going back

2002-05-30 Thread Mark Smeets
Hey all, Does anyone have an easy way to prevent the user from going back to the previous page? -- Mark Smeets / stranger0 / ICQ: 1062196 [EMAIL PROTECTED] http://www.prowerks.com/stranger Life is a series of small victories - Gene Simmons FAQ:

RE: Preventing user from going back

2002-05-30 Thread Tony Carcieri
: Mark Smeets [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 1:19 PM To: CF-Talk Subject: Preventing user from going back Hey all, Does anyone have an easy way to prevent the user from going back to the previous page? -- Mark Smeets / stranger0 / ICQ

Re: Preventing user from going back

2002-05-30 Thread Critz
oi Mark!! SCRIPT LANGUAGE=JavaScript TYPE=text/javascript !-- window.history.forward(); //-- /SCRIPT on the preceding page -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, May 30,

RE: Preventing user from going back

2002-05-30 Thread Cornillon, Matthieu
Subject: Preventing user from going back Hey all, Does anyone have an easy way to prevent the user from going back to the previous page? -- Mark Smeets / stranger0 / ICQ: 1062196 [EMAIL PROTECTED] http://www.prowerks.com/stranger Life is a series of small

Re: Preventing user from going back

2002-05-30 Thread Alex
What happens if I disable javascript? On Thu, 30 May 2002, Critz wrote: oi Mark!! SCRIPT LANGUAGE=JavaScript TYPE=text/javascript !-- window.history.forward(); //-- /SCRIPT on the preceding page -- Critz Certified Adv. ColdFusion Developer Crit[s2k] -

Re[2]: Preventing user from going back

2002-05-30 Thread Critz
oi Alex!! then you could always do this noscriptmeta refresh../noscript seeing as how most of us develop web applications and not websitesif javascript is disabled, then they don't need to be there.. -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP

Re: Preventing user from going back

2002-05-30 Thread Jon Hall
- From: Alex [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 2:07 PM Subject: Re: Preventing user from going back What happens if I disable javascript? On Thu, 30 May 2002, Critz wrote: oi Mark!! SCRIPT LANGUAGE=JavaScript TYPE=text/javascript

Re: Re[2]: Preventing user from going back

2002-05-30 Thread Mario Martinez
, May 30, 2002 2:18 PM Subject: Re[2]: Preventing user from going back oi Alex!! then you could always do this noscriptmeta refresh../noscript seeing as how most of us develop web applications and not websitesif javascript is disabled, then they don't need

Re[4]: Preventing user from going back

2002-05-30 Thread Critz
30, 2002 2:18 PM MM Subject: Re[2]: Preventing user from going back oi Alex!! then you could always do this noscriptmeta refresh../noscript seeing as how most of us develop web applications and not MM websitesif javascript is disabled, then they don't need

RE: Re[4]: Preventing user from going back

2002-05-30 Thread Tony_Petruzzi
]: Preventing user from going back oi Mario!! well then I reckon you'd just have too much time on yer hands -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, May 30, 2002, 2:38:07 PM, you wrote

Re: Re[2]: Preventing user from going back

2002-05-30 Thread Aaron Rouse
One could do what ifs all day long, if you need to worry about someone going through all that much trouble, then perhaps you should just not put the information on the web in the first place. Heck, you asked for a easy way and are coming up with complicated ways they can get past that.

Re: Re[2]: Preventing user from going back

2002-05-30 Thread Alex
it and try to going back??? . regards Mario - Original Message - From: Critz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 2:18 PM Subject: Re[2]: Preventing user from going back oi Alex!! then you could always do this noscriptmeta refresh

RE: Re[2]: Preventing user from going back

2002-05-30 Thread Timothy Heald
them somewhere else either with cflocation or a script /cfif Tim Heald ACP/CCFD :) Application Development www.schoollink.net -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 3:18 PM To: CF-Talk Subject: Re: Re[2]: Preventing user from going back

RE: Re[2]: Preventing user from going back

2002-05-30 Thread Tony_Petruzzi
]] Sent: Thursday, May 30, 2002 3:54 PM To: CF-Talk Subject: RE: Re[2]: Preventing user from going back The only way I have seen to do this, and it was mentioned by someone earlier, is to only allow for a specific referer. You would use the url to the page that the user 'should' be coming from like