Skip to main content
added language tag
Link
Quill
  • 12.1k
  • 5
  • 41
  • 94
edited tags
Link
asprin
  • 187
  • 2
  • 7
deleted 67 characters in body; edited title
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

Better Approach to Using/Storing Server Side Datastoring server-side data on the Client Sideclient side

First of all, please excuse me if this is not the right place for this. I've a slot booking script which is as follows:

Now this is where my problem arises. Since the value of the hidden input can be easily manipulated through Firebug before the "Book"Book button is clicked, I'm wondering what other way can I set the flag which will be tamper proof by the user.

###Javascript###JavaScript ###

Better Approach to Using/Storing Server Side Data on the Client Side

First of all, please excuse me if this is not the right place for this. I've a slot booking script which is as follows:

Now this is where my problem arises. Since the value of the hidden input can be easily manipulated through Firebug before the "Book" button is clicked, I'm wondering what other way can I set the flag which will be tamper proof by the user.

###Javascript ###

Using/storing server-side data on the client side

I've a slot booking script which is as follows:

Now this is where my problem arises. Since the value of the hidden input can be easily manipulated through Firebug before the Book button is clicked, I'm wondering what other way can I set the flag which will be tamper proof by the user.

###JavaScript ###

Source Link
asprin
  • 187
  • 2
  • 7
Loading