Variable

Out of context: Reply #10

  • Started
  • Last post
  • 20 Responses
  • dc_again0

    of course, you could do as rabattski said, and use javascript to write the variable to the url, then it isn't stateless. however, this is very unreliable and unsafe - what happens if the user removes the variable in the address, what happens if the user adds his/her own variable number in the address, what happens if your script is looking for a number and the user adds text to the address, etc, etc.

    by the time you cover all the bases, you'd have been better off using something else.

View thread